Get list of Menu Options as table of a list Auto Attendant

Iron Contributor

Hello

I would like to program a script that makes a list of all default menu options including the prompts.
Do you have one?
The output works as 

 

 

$test = get-CsAutoAttendant -NameFilter "AA"
$test.DefaultCallFlow.Menu

 

 

But it is not possible to have a list with delimiter
Regards
JFM_12

0 Replies