Commands › Microsoft Teams

Get-CsCallingLineIdentity

Microsoft Teams MicrosoftTeams Get-*

Display the Caller ID policies for your organization.

Quick start script

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

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

Syntax — 2 parameter sets

Identity (Default)

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

Filter

Get-CsCallingLineIdentity [-Filter <string>] [<CommonParameters>]

Parameters (2)

ParameterTypeRequiredWhat it controls
-Filter String The Filter parameter lets you insert a string through which your search results are filtered.
-Identity String The Identity parameter identifies the Caller ID policy.

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