Get-CsTeamsMeetingBrandingPolicy

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

Syntax

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

Description

The Get-CsTeamsMeetingBrandingPolicy cmdlet enables you to return information about all the meeting branding policies that have been configured for use in your organization.

Examples

Return all branding policies

PS C:\> Get-CsTeamsMeetingBrandingPolicy

In this example, the command returns a collection of all the teams meeting branding policies configured for use in your organization.

Return specified policy

PS C:\> CsTeamsMeetingBrandingPolicy -Identity "policy test2"

In this example, the command returns the meeting branding policy that has an Identity policy test 2. Because identities are unique, this command will never return more than one item.

Parameters

-Filter

Enables you to use wildcard characters when indicating the policy (or policies) to be returned.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Identity

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 organization will be returned.

Type:String
Position:1
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Outputs

TeamsMeetingBrandingPolicy.Cmdlets.TeamsMeetingBrandingPolicy

Notes

Available in Teams PowerShell Module 4.9.3 and later.