Commands › Microsoft Teams

Get-CsTeamsIPPhonePolicy

Microsoft Teams MicrosoftTeams Get-*

Get-CsTeamsIPPhonePolicy allows IT Admins to view policies for IP Phone experiences in Microsoft Teams.

Quick start script

# Get-CsTeamsIPPhonePolicy — 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-CsTeamsIPPhonePolicy -Identity <String> | Format-List

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

Syntax — 2 parameter sets

Identity (Default)

Get-CsTeamsIPPhonePolicy [[-Identity] <String>]
 [-MsftInternalProcessingMode <String>]
 [<CommonParameters>]

Filter

Get-CsTeamsIPPhonePolicy [-Filter <String>]
 [-MsftInternalProcessingMode <String>]
 [<CommonParameters>]

Parameters (3)

ParameterTypeRequiredWhat it controls
-Filter String Enables you to use wildcard characters when indicating the policy (or policies) to be returned. To return a collection of all the policies, use this syntax: -Filter "tag:*".
-Identity String yes Specify the unique name of the TeamsIPPhonePolicy that you would like to retrieve.
-MsftInternalProcessingMode String Internal Microsoft use only.

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