Commands › Microsoft Teams

Get-CsPhoneNumberTenantConfiguration

Microsoft Teams MicrosoftTeams Get-*

This cmdlet displays existing tenant level telephone number default configurations.

Quick start script

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

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

Syntax

Get-CsPhoneNumberTenantConfiguration [<CommonParameters>]

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