Edit

Share via


Get-CsTeamsMeetingBrandingPolicy

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

Syntax

Identity (Default)

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

Filter

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.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

Filter
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments: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.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

Identity
Position:1
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Outputs

TeamsMeetingBrandingPolicy.Cmdlets.TeamsMeetingBrandingPolicy

Notes

Available in Teams PowerShell Module 4.9.3 and later.