File tree Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Expand file tree Collapse file tree 2 files changed +37
-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
+ ### -ImmersiveEvents
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
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