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
1818[-RecordingForTownhall <String>] [-RecordingForWebinar <String>]
1919[-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>]
2020[-UseMicrosoftECDN <String>] [-EventAccessType <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
21+ [-ImmersiveEvents <String>]
2122```
2223
2324## DESCRIPTION
@@ -246,6 +247,24 @@ Accept pipeline input: False
246247Accept wildcard characters : False
247248` ` `
248249
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+
249268### -Confirm
250269The Confirm switch does not work with this cmdlet.
251270
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ Set-CsTeamsEventsPolicy [-AllowWebinars <String>] [-EventAccessType <String>] [-
2222 [-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>]
2323 [-UseMicrosoftECDN <Boolean>]
2424 [-Identity] <String> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
25+ [-ImmersiveEvents <String>]
2526```
2627
2728## DESCRIPTION
@@ -369,6 +370,23 @@ Accept pipeline input: False
369370Accept wildcard characters : False
370371` ` `
371372
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+
372390### -Confirm
373391The Confirm switch does not work with this cmdlet.
374392
You can’t perform that action at this time.
0 commit comments