Get-CsAutoAttendantSupportedTimeZone
The Get-CsAutoAttendantSupportedTimeZone cmdlet gets supported time zones for the Auto Attendant (AA) service.
Syntax
Default (Default)
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
Applicable: Microsoft Teams
The Identity parameter specifies a time zone to be retrieved. If this parameter is not used, then all supported time zones are returned.
Parameter properties
Type: | System.String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 0 |
Mandatory: | False |
Value from pipeline: | True |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
-Tenant
Applicable: Microsoft Teams
Parameter properties
Type: | System.Guid |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Inputs
None
System.String
The Get-CsAutoAttendantSupportedTimeZone cmdlet accepts a string as the Identity parameter.