File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ New-CsTeamsEventsPolicy [-Identity] <String> [-AllowWebinars <String>] [-AllowTo
18
18
[-RecordingForTownhall <String>] [-RecordingForWebinar <String>]
19
19
[-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>]
20
20
[-UseMicrosoftECDN <String>] [-EventAccessType <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
21
+ [-ImmersiveEvents <String>]
21
22
```
22
23
23
24
## DESCRIPTION
@@ -246,6 +247,24 @@ Accept pipeline input: False
246
247
Accept wildcard characters : False
247
248
` ` `
248
249
250
+ ### -AllowTownhalls
251
+ This setting governs if a user can create Immersive Events using Teams Events.
252
+ Possible values are:
253
+ - **Enabled**: Enables creating Immersive Events.
254
+ - **Disabled**: Disables creating Immersive Events.
255
+
256
+ ` ` ` yaml
257
+ Type : String
258
+ Parameter Sets : (All)
259
+ Aliases :
260
+
261
+ Required : False
262
+ Position : Named
263
+ Default value : Enabled
264
+ Accept pipeline input : False
265
+ Accept wildcard characters : False
266
+ ` ` `
267
+
249
268
### -Confirm
250
269
The Confirm switch does not work with this cmdlet.
251
270
You can’t perform that action at this time.
0 commit comments