Dear All,
I am looking for a way to create but more importantly configure an Auto Attendant via powershell.
I need to create a dozen of them all with out of office hours. and that is a tedious job doing manually
Now I do know skype online has 10+ cmdlets but am trying to find a way to export an existing AA setup, alter it, and create new ones from that.
is that possible?

also, I tried a few of the cmdlets in this article but they do not seem to all work for teams. (tenant is already migrated to teams)
create-a-phone-system-auto-attendant
If there is no export function, has anybody tried to set a AA with the following commands?
New-CsAutoAttendant
Set-CsAutoAttendant
Get-CsAutoAttendant
Get-CsAutoAttendantHolidays
Remove-CsAutoAttendant
New-CsAutoAttendantMenu
New-CsOnlineAudioFile
New-CsAutoAttendantCallFlow
Export-CsAutoAttendantHolidays
New-CsOnlineTimeRange
New-CsOnlineDateTimeRange
New-CsOnlineSchedule
Get-CsAutoAttendantSupportedTimeZone
New-CsAutoAttendantCallHandlingAssociation
Get-CsAutoAttendantSupportedLanguage
Import-CsAutoAttendantHolidays
New-CsAutoAttendantCallableEntity
