Skip to content

Commit 0162443

Browse files
committed
Adding Immersive events TPM Documentation
1 parent b3fd2fc commit 0162443

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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
9394
Accept 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
97115
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.
98116
Possible values are:

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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
105106
Accept 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
109127
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.
110128
Possible values are:

0 commit comments

Comments
 (0)