Get-CsAutoAttendantSupportedTimeZone
The Get-CsAutoAttendantSupportedTimeZone cmdlet gets supported time zones for the Auto Attendant (AA) service.
Get-CsAutoAttendantSupportedTimeZone
[-Identity <String>]
[-Tenant <Guid>]
[<CommonParameters>]
The Get-CsAutoAttendantSupportedTimeZone cmdlet gets all the time zones that the AA service supports, or a specific time zone if its Identity is provided.
Get-CsAutoAttendantSupportedTimeZone
This example gets all supported time zones.
Get-CsAutoAttendantSupportedTimeZone -Identity "Pacific Standard Time"
This example gets the timezone that the Identity parameter specifies (Pacific Standard Time).
The Identity parameter specifies a time zone to be retrieved. If this parameter is not used, then all supported time zones are returned.
Type: | System.String |
Position: | 0 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
Type: | System.Guid |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
None
System.String
The Get-CsAutoAttendantSupportedTimeZone cmdlet accepts a string as the Identity parameter.
Microsoft.Rtc.Management.Hosted.OAA.Models.TimeZone