Commands › Microsoft Teams
Get-CsTeamsCallParkPolicy
The Get-CsTeamsCallParkPolicy cmdlet returns the policies that are available for your organization.
Quick start script
# Get-CsTeamsCallParkPolicy — 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-CsTeamsCallParkPolicy | Format-List
# 3. Export for evidence / drift tracking
Get-CsTeamsCallParkPolicy | Export-Clixml .\CsTeamsCallParkPolicy-$(Get-Date -Format yyyyMMdd).xml
Syntax — 2 parameter sets
Identity (Default)
Get-CsTeamsCallParkPolicy [-Tenant <System.Guid>] [[-Identity] <XdsIdentity>] [-LocalStore]
[<CommonParameters>]
Filter
Get-CsTeamsCallParkPolicy [-Tenant <System.Guid>] [-Filter <String>] [-LocalStore] [<CommonParameters>]
Parameters (4)
Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.