Use New-CsAutoAttendant
to to create a new Auto Attendant. Please go though this documentations for more information.
https://learn.microsoft.com/en-us/powershell/module/skype/new-csautoattendant?view=skype-ps
Powershell script for redirect call to an external phone number
We have an auto attendant in a call flow where I manually make insertion on the site https://admin.teams.microsoft.com/auto-attendants for redirect call to an external phone number +45xxxxxxx5 when the day is Tuesday or Thursday and again for redirect call to an external phone number +45xxxxxxx6 when the day is Wednesday. Is it possible to automate this with PowerShell script and task scheduler? Any suggestion?
Microsoft Teams | Development
Windows for business | Windows Server | User experience | PowerShell
2 answers
Sort by: Most helpful
-
Mamatha-MSFT 161 Reputation points
2021-05-14T11:47:33.307+00:00 -
Kartheek Raparthy 1 Reputation point
2021-05-18T05:07:01+00:00 Please go through below process to set AutoAttendant
1) Get the available auto attendants status (Get-CsAutoAttendant)
2) Please get the Identity of auto attendant.
3) use Set-CsAutoAttendant cmdlet change call flow menu option.for creating New-CsAutoAttendant
using above options you can create script bypassing required number and replacing menu option in call flow of auto attendant