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
1515## SYNTAX
1616
1717``` 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>]
1919[-TownhallEventAttendeeAccess <String>] [-RecordingForTownhall <String>] [-RecordingForWebinar <String>]
2020[-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>] [-AllowEventIntegrations <Boolean>] [-TownhallChatExperience <String>]
2121[-UseMicrosoftECDN <String>] [-EventAccessType <String>] [-BroadcastPremiumApps <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
@@ -93,6 +93,23 @@ Accept pipeline input: False
9393Accept wildcard characters : False
9494` ` `
9595
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+
96113### -TownhallEventAttendeeAccess
97114This setting governs what identity types may attend a Town hall that is scheduled by a particular person or group that is assigned this policy.
98115Possible 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
1515## SYNTAX
1616
1717```
18- Set-CsTeamsEventsPolicy [-AllowWebinars <String>] [-EventAccessType <String>] [-AllowTownhalls <String>]
18+ Set-CsTeamsEventsPolicy [-AllowWebinars <String>] [-EventAccessType <String>] [-AllowTownhalls <String>] [-ImmersiveEvents <String>]
1919 [-TownhallEventAttendeeAccess <String>] [-AllowEmailEditing <String>] [-AllowedQuestionTypesInRegistrationForm <String>]
2020 [-AllowEventIntegrations <Boolean>] [-AllowedWebinarTypesForRecordingPublish <String>]
2121 [-AllowedTownhallTypesForRecordingPublish <String>] [-TownhallChatExperience <String>] [-Description <String>]
@@ -104,6 +104,23 @@ Accept pipeline input: False
104104Accept wildcard characters : False
105105` ` `
106106
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+
107124### -TownhallEventAttendeeAccess
108125This setting governs what identity types may attend a Town hall that is scheduled by a particular person or group that is assigned this policy.
109126Possible values are:
You can’t perform that action at this time.
0 commit comments