Commands › Microsoft Teams

Get-CsTeamsRoomVideoTeleConferencingPolicy

Microsoft Teams MicrosoftTeams Get-*

Use this cmdlet to retrieve the current Teams Room Video TeleConferencing policies.

Quick start script

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

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

Syntax — 2 parameter sets

Identity (Default)

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

Filter

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

Parameters (3)

ParameterTypeRequiredWhat it controls
-Filter String Enables you to use wildcard characters when indicating the policy (or policies) to be returned.
-Identity String The name the tenant admin gave to the Policy.
-MsftInternalProcessingMode String For internal use only.

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