Skip to content

Commit 907f3fd

Browse files
Merge pull request #12571 from Erikkre/user/erikkredatus/addingImmersiveEventsTPMDocumentation
[Release on 7/7 at 10am PST] Immersive events TPM Documentation
2 parents b75d7e2 + 2f063d9 commit 907f3fd

File tree

2 files changed

+36
-2
lines changed

2 files changed

+36
-2
lines changed

teams/teams-ps/teams/New-CsTeamsEventsPolicy.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff 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
9393
Accept 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
97114
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.
98115
Possible values are:

teams/teams-ps/teams/Set-CsTeamsEventsPolicy.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff 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
104104
Accept 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
108125
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.
109126
Possible values are:

0 commit comments

Comments
 (0)