Get-CsOnlineDialInConferencingLanguagesSupported
Use the Get-CsOnlineDialInConferencingLanguagesSupported cmdlet to view the list of languages that are supported when an organization uses Microsoft as the dial-in audio conferencing provider.
Syntax
Get-CsOnlineDialInConferencingLanguagesSupported
[-DomainController <Fqdn>]
[-Force]
[<CommonParameters>]
Description
The Get-CsOnlineDialInConferencingLanguagesSupported cmdlet is used to view the primary and secondary languages that are set for a dial-in conferencing service number. There is a primary language that is set along with secondary languages (up to 4) that can also be set.
Primary and secondary languages are those languages that are used to play prompts when a caller calls into a dial-in service number. When no languages are specified for a dial-in service number it will get the set of default languages.
Examples
-------------------------- Example 1 --------------------------
Get-CsOnlineDialInConferencingLanguagesSupported | fl
This example allows returns the list of supported languages when you are using Microsoft as your dial-in audio conferencing provider and displays them in a formatted list.
Parameters
-DomainController
Specifies the domain controller that's used by the cmdlet to read or write the specified data. Valid inputs for this parameter include:
Fully qualified domain name (FQDN): -DomainController atl-cs-001.Contoso.com
Computer name: -DomainController atl-cs-001
Type: | Fqdn |
Aliases: | DC |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Online |
-Force
The Force switch specifies whether to suppress warning and confirmation messages. It can be useful in scripting to suppress interactive prompts. If the Force switch isn't provided in the command, you're prompted for administrative input if required.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Skype for Business Online |