New-CsTeamsMeetingBrandingPolicy
The CsTeamsMeetingBrandingPolicy cmdlet enables administrators to control the appearance in meetings by defining custom backgrounds, logos, and colors.
Syntax
New-CsTeamsMeetingBrandingPolicy
[-MeetingBackgroundImages <PSListModifier>]
[-MeetingBrandingThemes <PSListModifier>]
[-DefaultTheme <String>]
[-EnableMeetingOptionsThemeOverride <Boolean>]
[-EnableMeetingBackgroundImages <Boolean>]
[-Identity] <String>
[-Force]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
This cmdlet creates a new TeamsMeetingBrandingPolicy.
You can only create an empty meeting branding policy with this cmdlet, image upload is not supported.
If you want to upload the images, you should use Teams Admin Center.
Examples
Create empty meeting branding policy
PS C:\> New-CsTeamsMeetingBrandingPolicy -Identity "test policy"
In this example, the command will create an empty meeting branding policy with the identity test policy
.
Parameters
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-DefaultTheme
This parameter is reserved for Microsoft internal use only. Identity of default meeting theme.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-EnableMeetingBackgroundImages
Enable custom meeting backgrounds.
Type: | Boolean |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-EnableMeetingOptionsThemeOverride
Allow organizer to control meeting theme.
Type: | Boolean |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Force
Suppresses any confirmation prompts that would otherwise be displayed before making changes.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Identity
Identity of meeting branding policy that will be created.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-MeetingBackgroundImages
This parameter is reserved for Microsoft internal use only. List of meeting background images. Image upload is not possible via cmdlets. You should upload background images via Teams Admin Center.
Type: | PSListModifier |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-MeetingBrandingThemes
This parameter is reserved for Microsoft internal use only. List of meeting branding themes. Image upload is not possible via cmdlets. You should create meeting themes via Teams Admin Center.
Type: | PSListModifier |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WhatIf
Describes what would happen if you executed the command without actually executing the command.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Notes
Available in Teams PowerShell Module 4.9.3 and later.