Get-CsAutoAttendantSupportedTimeZone
The Get-CsAutoAttendantSupportedTimeZone cmdlet gets supported time zones for the Auto Attendant (AA) service.
Syntax
Get-CsAutoAttendantSupportedTimeZone
[-Identity <String>]
[-Tenant <Guid>]
[<CommonParameters>]
Description
The Get-CsAutoAttendantSupportedTimeZone cmdlet gets all the time zones that the AA service supports, or a specific time zone if its Identity is provided.
Examples
-------------------------- Example 1 --------------------------
Get-CsAutoAttendantSupportedTimeZone
This example gets all supported time zones.
-------------------------- Example 2 --------------------------
Get-CsAutoAttendantSupportedTimeZone -Identity "Pacific Standard Time"
This example gets the timezone that the Identity parameter specifies (Pacific Standard Time).
Parameters
-Identity
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 |
-Tenant
Type: | System.Guid |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
Inputs
None
System.String
The Get-CsAutoAttendantSupportedTimeZone cmdlet accepts a string as the Identity parameter.
Outputs
Microsoft.Rtc.Management.Hosted.OAA.Models.TimeZone