File tree Expand file tree Collapse file tree 2 files changed +36
-2
lines changed Expand file tree Collapse file tree 2 files changed +36
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ This cmdlet allows you to create a new TeamsEventsPolicy instance and set its pr
15
15
## SYNTAX
16
16
17
17
``` powershell
18
- New-CsTeamsEventsPolicy [-Identity] <String> [-AllowWebinars <String>] [-AllowTownhalls <String>] [-AllowEmailEditing <String>] [-Description <String>]
18
+ New-CsTeamsEventsPolicy [-Identity] <String> [-AllowWebinars <String>] [-AllowTownhalls <String>] [-ImmersiveEvents <String>] [- AllowEmailEditing <String>] [-Description <String>]
19
19
[-TownhallEventAttendeeAccess <String>] [-RecordingForTownhall <String>] [-RecordingForWebinar <String>]
20
20
[-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>] [-AllowEventIntegrations <Boolean>] [-TownhallChatExperience <String>]
21
21
[-UseMicrosoftECDN <String>] [-EventAccessType <String>] [-BroadcastPremiumApps <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
@@ -93,6 +93,23 @@ Accept pipeline input: False
93
93
Accept wildcard characters : False
94
94
` ` `
95
95
96
+ ### -ImmersiveEvents
97
+ This setting governs if a user can create Immersive Events using Teams Events.
98
+ Possible values are:
99
+ - **Enabled**: Enables creating Immersive Events.
100
+ - **Disabled**: Disables creating Immersive Events.
101
+ ` ` ` yaml
102
+ Type : String
103
+ Parameter Sets : (All)
104
+ Aliases :
105
+
106
+ Required : False
107
+ Position : Named
108
+ Default value : Enabled
109
+ Accept pipeline input : False
110
+ Accept wildcard characters : False
111
+ ` ` `
112
+
96
113
### -TownhallEventAttendeeAccess
97
114
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
115
Possible values are:
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ This cmdlet allows you to configure options for customizing Teams events experie
15
15
## SYNTAX
16
16
17
17
```
18
- Set-CsTeamsEventsPolicy [-AllowWebinars <String>] [-EventAccessType <String>] [-AllowTownhalls <String>]
18
+ Set-CsTeamsEventsPolicy [-AllowWebinars <String>] [-EventAccessType <String>] [-AllowTownhalls <String>] [-ImmersiveEvents <String>]
19
19
[-TownhallEventAttendeeAccess <String>] [-AllowEmailEditing <String>] [-AllowedQuestionTypesInRegistrationForm <String>]
20
20
[-AllowEventIntegrations <Boolean>] [-AllowedWebinarTypesForRecordingPublish <String>]
21
21
[-AllowedTownhallTypesForRecordingPublish <String>] [-TownhallChatExperience <String>] [-Description <String>]
@@ -104,6 +104,23 @@ Accept pipeline input: False
104
104
Accept wildcard characters : False
105
105
` ` `
106
106
107
+ ### -ImmersiveEvents
108
+ This setting governs if a user can create Immersive Events using Teams Events.
109
+ Possible values are:
110
+ - **Enabled**: Enables creating Immersive Events.
111
+ - **Disabled**: Disables creating Immersive Events.
112
+ ` ` ` yaml
113
+ Type : String
114
+ Parameter Sets : (All)
115
+ Aliases :
116
+
117
+ Required : False
118
+ Position : Named
119
+ Default value : Enabled
120
+ Accept pipeline input : False
121
+ Accept wildcard characters : False
122
+ ` ` `
123
+
107
124
### -TownhallEventAttendeeAccess
108
125
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.
109
126
Possible values are:
You can’t perform that action at this time.
0 commit comments