Get-CsAutoAttendantSupportedLanguage
The Get-CsAutoAttendantSupportedLanguage cmdlet gets languages that are supported by the Auto Attendant (AA) service.
Syntax
Default (Default)
Get-CsAutoAttendantSupportedLanguage
[-Identity <String>]
[-Tenant <Guid>]
[<CommonParameters>]
Description
The Get-CsAutoAttendantSupportedLanguage cmdlet gets all languages (and their corresponding voices/speakers) that are supported by the AA service, or a specific language if its Identity is provided.
Examples
Example 1
Get-CsAutoAttendantSupportedLanguage
This example gets all supported languages.
Example 2
Get-CsAutoAttendantSupportedLanguage -Identity "en-US"
This example gets the language that the Identity parameter specifies (en-US).
Parameters
-Identity
Applicable: Microsoft Teams
The Identity parameter designates a specific language to be retrieved. If this parameter is not specified, then all supported languages 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
System.String
The Get-CsAutoAttendantSupportedLanguage cmdlet accepts a string as the Identity parameter.