Commands › Microsoft Teams

Get-CsTeamsMeetingBrandingPolicy

Microsoft Teams MicrosoftTeams Get-*

The **CsTeamsMeetingBrandingPolicy** cmdlet enables administrators to control the appearance in meetings by defining custom backgrounds, logos, and colors.

Quick start script

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

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

Syntax — 2 parameter sets

Identity (Default)

Get-CsTeamsMeetingBrandingPolicy [[-Identity] <String>] [<CommonParameters>]

Filter

Get-CsTeamsMeetingBrandingPolicy [-Filter <String>] [<CommonParameters>]

Parameters (2)

ParameterTypeRequiredWhat it controls
-Filter String Enables you to use wildcard characters when indicating the policy (or policies) to be returned.
-Identity String Unique identifier of the policy to be returned. To refer to the global policy, use this syntax: `-Identity global`. If this parameter is omitted, then all the meeting branding policies configured for use in your...

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