Commands › Microsoft Teams

Get-CsOnlineDialInConferencingTenantSettings

Microsoft Teams MicrosoftTeams Get-*

Retrieve tenant level settings for dial-in conferencing.

Quick start script

# Get-CsOnlineDialInConferencingTenantSettings — 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-CsOnlineDialInConferencingTenantSettings | Format-List

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

Syntax — 2 parameter sets

Identity (Default)

Get-CsOnlineDialInConferencingTenantSettings [-Tenant <Guid>] [[-Identity] <XdsIdentity>] [-LocalStore]
 [<CommonParameters>]

Filter

Get-CsOnlineDialInConferencingTenantSettings [-Tenant <Guid>] [-Filter <String>] [-LocalStore]
 [<CommonParameters>]

Parameters (4)

ParameterTypeRequiredWhat it controls
-Filter String This parameter is reserved for internal Microsoft use.
-Identity XdsIdentity This parameter is reserved for internal Microsoft use.
-LocalStore SwitchParameter Retrieves the settings from the local replica of the Central Management store rather than from the Central Management store itself.
-Tenant Guid This parameter is reserved for internal Microsoft use.

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