Commands › Microsoft Teams

Get-CsTenantDialPlan

Microsoft Teams MicrosoftTeams Get-*

Retrieve a tenant dial plan.

Quick start script

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

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

Syntax — 2 parameter sets

Identity (Default)

Get-CsTenantDialPlan [[-Identity] <string>] [<CommonParameters>]

Filter

Get-CsTenantDialPlan [-Filter <String>] [<CommonParameters>]

Parameters (2)

ParameterTypeRequiredWhat it controls
-Filter String The Filter parameter allows you to limit the number of results based on filters you specify.
-Identity String The Identity parameter is a unique identifier that designates the name of the tenant dial plan to retrieve.

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