File tree 2 files changed +36
-0
lines changed 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ New-CsTeamsEventsPolicy [-Identity] <String> [-AllowWebinars <String>] [-AllowTo
19
19
[-TownhallEventAttendeeAccess <String>] [-RecordingForTownhall <String>] [-RecordingForWebinar <String>]
20
20
[-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>] [-AllowEventIntegrations <Boolean>] [-TownhallChatExperience <String>]
21
21
[-UseMicrosoftECDN <String>] [-EventAccessType <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
22
+ [-ImmersiveEvents <String>]
22
23
```
23
24
24
25
## DESCRIPTION
@@ -93,6 +94,23 @@ Accept pipeline input: False
93
94
Accept wildcard characters : False
94
95
` ` `
95
96
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
+
96
114
### -TownhallEventAttendeeAccess
97
115
This setting governs what identity types may attend a Town hall that is scheduled by a particular person or group that is assigned this policy.
98
116
Possible values are:
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ Set-CsTeamsEventsPolicy [-AllowWebinars <String>] [-EventAccessType <String>] [-
23
23
[-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>]
24
24
[-UseMicrosoftECDN <Boolean>]
25
25
[-Identity] <String> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
26
+ [-ImmersiveEvents <String>]
26
27
```
27
28
28
29
## DESCRIPTION
@@ -105,6 +106,23 @@ Accept pipeline input: False
105
106
Accept wildcard characters : False
106
107
` ` `
107
108
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
+
108
126
### -TownhallEventAttendeeAccess
109
127
This setting governs what identity types may attend a Town hall that is scheduled by a particular person or group that is assigned this policy.
110
128
Possible values are:
You can’t perform that action at this time.
0 commit comments