Commands › Microsoft Teams

Get-CsOnlineDialInConferencingLanguagesSupported

Microsoft Teams MicrosoftTeams Get-*

View the list of languages that are supported when an organization uses Microsoft as the dial-in audio conferencing provider.

Quick start script

# Get-CsOnlineDialInConferencingLanguagesSupported — quick start (serv365.ai)
# 1. Connect (app-only shown; interactive: omit the certificate parameters)
Connect-MicrosoftTeams -CertificateThumbprint $thumb -ApplicationId $appId -TenantId $tenantId

# 2. Run and inspect
Get-CsOnlineDialInConferencingLanguagesSupported | Format-List

# 3. Export for evidence / drift tracking
Get-CsOnlineDialInConferencingLanguagesSupported | Export-Clixml .\CsOnlineDialInConferencingLanguagesSupported-$(Get-Date -Format yyyyMMdd).xml

Syntax

Get-CsOnlineDialInConferencingLanguagesSupported [-DomainController <Fqdn>] [-Force] [<CommonParameters>]

Parameters (2)

ParameterTypeRequiredWhat it controls
-DomainController Fqdn Specifies the domain controller that's used by the cmdlet to read or write the specified data. Valid inputs for this parameter include:
-Force SwitchParameter 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...

Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.