File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ Set-CsTeamsEventsPolicy [-AllowWebinars <String>] [-EventAccessType <String>] [-
22
22
[-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>]
23
23
[-UseMicrosoftECDN <Boolean>]
24
24
[-Identity] <String> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
25
+ [-ImmersiveEvents <String>]
25
26
```
26
27
27
28
## DESCRIPTION
@@ -369,6 +370,23 @@ Accept pipeline input: False
369
370
Accept wildcard characters : False
370
371
` ` `
371
372
373
+ ### -ImmersiveEvents
374
+ This setting governs if a user can create Immersive Events using Teams Events.
375
+ Possible values are:
376
+ - **Enabled**: Enables creating Immersive Events.
377
+ - **Disabled**: Disables creating Immersive Events.
378
+ ` ` ` yaml
379
+ Type : String
380
+ Parameter Sets : (All)
381
+ Aliases :
382
+
383
+ Required : False
384
+ Position : Named
385
+ Default value : Enabled
386
+ Accept pipeline input : False
387
+ Accept wildcard characters : False
388
+ ` ` `
389
+
372
390
### -Confirm
373
391
The Confirm switch does not work with this cmdlet.
374
392
You can’t perform that action at this time.
0 commit comments