Skip to content

Commit 8222adc

Browse files
Update New-CsTeamsEventsPolicy.md
adding missing parameters
1 parent b3964ff commit 8222adc

File tree

1 file changed

+32
-2
lines changed

1 file changed

+32
-2
lines changed

teams/teams-ps/teams/New-CsTeamsEventsPolicy.md

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ This cmdlet allows you to create a new TeamsEventsPolicy instance and set its pr
1313

1414
## SYNTAX
1515

16-
```
16+
```powershell
1717
New-CsTeamsEventsPolicy [-Identity] <String> [-AllowWebinars <String>] [-AllowTownhalls <String>] [-AllowEmailEditing <String>] [-Description <String>]
1818
[-RecordingForTownhall <String>] [-RecordingForWebinar <String>]
19-
[-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>]
19+
[-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>] [-AllowEventIntegrations <Boolean>] [-TownhallChatExperience <String>]
2020
[-UseMicrosoftECDN <String>] [-EventAccessType <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
2121
[-ImmersiveEvents <String>]
2222
```
@@ -265,6 +265,36 @@ Accept pipeline input: False
265265
Accept wildcard characters: False
266266
```
267267
268+
### -AllowEventIntegrations
269+
This setting governs the access to the integrations tab in the event creation workflow.
270+
271+
```yaml
272+
Type: Boolean
273+
Parameter Sets: (All)
274+
Aliases:
275+
276+
Required: False
277+
Position: Named
278+
Default value: None
279+
Accept pipeline input: False
280+
Accept wildcard characters: False
281+
```
282+
283+
### -TownhallChatExperience
284+
This setting governs if the user can enable the Comment Stream chat experience for Townhalls.
285+
286+
```yaml
287+
Type: String
288+
Parameter Sets: (All)
289+
Aliases:
290+
291+
Required: False
292+
Position: Named
293+
Default value: None
294+
Accept pipeline input: False
295+
Accept wildcard characters: False
296+
```
297+
268298
### -Confirm
269299
The Confirm switch does not work with this cmdlet.
270300

0 commit comments

Comments
 (0)