File tree Expand file tree Collapse file tree 1 file changed +32
-2
lines changed Expand file tree Collapse file tree 1 file changed +32
-2
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ This cmdlet allows you to create a new TeamsEventsPolicy instance and set its pr
13
13
14
14
## SYNTAX
15
15
16
- ```
16
+ ``` powershell
17
17
New-CsTeamsEventsPolicy [-Identity] <String> [-AllowWebinars <String>] [-AllowTownhalls <String>] [-AllowEmailEditing <String>] [-Description <String>]
18
18
[-RecordingForTownhall <String>] [-RecordingForWebinar <String>]
19
- [-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>]
19
+ [-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>] [-AllowEventIntegrations <Boolean>] [-TownhallChatExperience <String>]
20
20
[-UseMicrosoftECDN <String>] [-EventAccessType <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
21
21
[-ImmersiveEvents <String>]
22
22
```
@@ -265,6 +265,36 @@ Accept pipeline input: False
265
265
Accept wildcard characters : False
266
266
` ` `
267
267
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
+
268
298
### -Confirm
269
299
The Confirm switch does not work with this cmdlet.
270
300
You can’t perform that action at this time.
0 commit comments