Skip to content

Commit c29b619

Browse files
Update New-CsTeamsMeetingBrandingPolicy.md
adding missing parameters
1 parent 8222adc commit c29b619

File tree

1 file changed

+47
-1
lines changed

1 file changed

+47
-1
lines changed

teams/teams-ps/teams/New-CsTeamsMeetingBrandingPolicy.md

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ The **CsTeamsMeetingBrandingPolicy** cmdlet enables administrators to control th
1717

1818
## SYNTAX
1919

20-
```
20+
```powershell
2121
New-CsTeamsMeetingBrandingPolicy
2222
[-MeetingBackgroundImages <PSListModifier>]
2323
[-MeetingBrandingThemes <PSListModifier>]
2424
[-DefaultTheme <String>] [-EnableMeetingOptionsThemeOverride <Boolean>]
25+
[-EnableNdiAssuranceSlate <Boolean>] [-NdiAssuranceSlateImages <PSListModifier>] [-RequireBackgroundEffect <Boolean>]
2526
[-EnableMeetingBackgroundImages <Boolean>] [-Identity] <String> [-Force] [-WhatIf] [-Confirm]
2627
[<CommonParameters>]
2728
```
@@ -137,6 +138,51 @@ Accept pipeline input: False
137138
Accept wildcard characters: False
138139
```
139140
141+
### -EnableNdiAssuranceSlate
142+
This enables meeting Network Device Interface Assurance Slate branding.
143+
144+
```yaml
145+
Type: Boolean
146+
Parameter Sets: (All)
147+
Aliases:
148+
149+
Required: False
150+
Position: Named
151+
Default value: None
152+
Accept pipeline input: False
153+
Accept wildcard characters: False
154+
```
155+
156+
### -NdiAssuranceSlateImages
157+
Used to specify images that can be used as assurance slates during NDI (Network Device Interface) streaming in Teams meetings. This parameter allows administrators to define a set of images that can be displayed to participants to ensure that the NDI stream is functioning correctly.
158+
159+
```yaml
160+
Type: System.Management.Automation.PSListModifier`1[Microsoft.Teams.Policy.Administration.Cmdlets.Core.NdiAssuranceSlate]
161+
Parameter Sets: (All)
162+
Aliases:
163+
164+
Required: False
165+
Position: Named
166+
Default value: None
167+
Accept pipeline input: False
168+
Accept wildcard characters: False
169+
```
170+
171+
### -RequireBackgroundEffect
172+
This mandates a meeting background for participants.
173+
174+
```yaml
175+
Type: Boolean
176+
Parameter Sets: (All)
177+
Aliases:
178+
179+
Required: False
180+
Position: Named
181+
Default value: None
182+
Accept pipeline input: False
183+
Accept wildcard characters: False
184+
```
185+
140186
### -Confirm
141187
Prompts you for confirmation before running the cmdlet.
142188

0 commit comments

Comments
 (0)