Powershell to export AutoAttendant Default Call Flow
Hello
I have written a Script that configures the Default Call Flow.
Would like to export before in that same script the existing configuration
The part of the script is
$autoAttendant_CallFlow = WR_Log_Command -Command { get-CsAutoAttendant -NameFilter $row.AutoAttendantName } -Type “Get AutoAttenand Name”
Write-Host “==> This is the existing autoAttendant_CallFlow $($autoAttendant_CallFlow.DefaultCallFlow.Menu) ” -ForegroundColor Magenta -BackgroundColor Black
But I am getting these results
Microsoft.Rtc.Management.Hosted.OAA.Models.AutoAttendant
or
Account Environment Tenant TenantId
——- ———– —— ——–
email-address AzureCloud “Tennant” “Tennant ID”
Do you have an Idea why it is like that
Thank you for your help
JFM_12
Hello I have written a Script that configures the Default Call Flow.Would like to export before in that same script the existing configuration The part of the script is $autoAttendant_CallFlow = WR_Log_Command -Command { get-CsAutoAttendant -NameFilter $row.AutoAttendantName } -Type “Get AutoAttenand Name”
Write-Host “==> This is the existing autoAttendant_CallFlow $($autoAttendant_CallFlow.DefaultCallFlow.Menu) ” -ForegroundColor Magenta -BackgroundColor Black But I am getting these resultsMicrosoft.Rtc.Management.Hosted.OAA.Models.AutoAttendantor Account Environment Tenant TenantId——- ———– —— ——–email-address AzureCloud “Tennant” “Tennant ID” Do you have an Idea why it is like that Thank you for your help JFM_12 Read More