File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ New-CsTeamsEventsPolicy [-Identity] <String> [-AllowWebinars <String>] [-AllowTo
1919[-TownhallEventAttendeeAccess <String>] [-RecordingForTownhall <String>] [-RecordingForWebinar <String>]
2020[-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>] [-AllowEventIntegrations <Boolean>] [-TownhallChatExperience <String>]
2121[-UseMicrosoftECDN <String>] [-EventAccessType <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
22+ [-ImmersiveEvents <String>]
2223```
2324
2425## DESCRIPTION
@@ -93,6 +94,23 @@ Accept pipeline input: False
9394Accept wildcard characters : False
9495` ` `
9596
97+ ### -ImmersiveEvents
98+ This setting governs if a user can create Immersive Events using Teams Events.
99+ Possible values are:
100+ - **Enabled**: Enables creating Immersive Events.
101+ - **Disabled**: Disables creating Immersive Events.
102+ ` ` ` yaml
103+ Type : String
104+ Parameter Sets : (All)
105+ Aliases :
106+
107+ Required : False
108+ Position : Named
109+ Default value : Enabled
110+ Accept pipeline input : False
111+ Accept wildcard characters : False
112+ ` ` `
113+
96114### -TownhallEventAttendeeAccess
97115This setting governs what identity types may attend a Town hall that is scheduled by a particular person or group that is assigned this policy.
98116Possible values are:
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ Set-CsTeamsEventsPolicy [-AllowWebinars <String>] [-EventAccessType <String>] [-
2323 [-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>]
2424 [-UseMicrosoftECDN <Boolean>]
2525 [-Identity] <String> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
26+ [-ImmersiveEvents <String>]
2627```
2728
2829## DESCRIPTION
@@ -105,6 +106,23 @@ Accept pipeline input: False
105106Accept wildcard characters : False
106107` ` `
107108
109+ ### -ImmersiveEvents
110+ This setting governs if a user can create Immersive Events using Teams Events.
111+ Possible values are:
112+ - **Enabled**: Enables creating Immersive Events.
113+ - **Disabled**: Disables creating Immersive Events.
114+ ` ` ` yaml
115+ Type : String
116+ Parameter Sets : (All)
117+ Aliases :
118+
119+ Required : False
120+ Position : Named
121+ Default value : Enabled
122+ Accept pipeline input : False
123+ Accept wildcard characters : False
124+ ` ` `
125+
108126### -TownhallEventAttendeeAccess
109127This setting governs what identity types may attend a Town hall that is scheduled by a particular person or group that is assigned this policy.
110128Possible values are:
You can’t perform that action at this time.
0 commit comments