Skip to content

Commit 51451d5

Browse files
authored
Update New-CsTeamsEventsPolicy.md
1 parent 77321cc commit 51451d5

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ New-CsTeamsEventsPolicy [-Identity] <String> [-AllowWebinars <String>] [-AllowTo
1818
[-RecordingForTownhall <String>] [-RecordingForWebinar <String>]
1919
[-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>]
2020
[-UseMicrosoftECDN <String>] [-EventAccessType <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
21+
[-ImmersiveEvents <String>]
2122
```
2223

2324
## DESCRIPTION
@@ -246,6 +247,24 @@ Accept pipeline input: False
246247
Accept wildcard characters: False
247248
```
248249
250+
### -AllowTownhalls
251+
This setting governs if a user can create Immersive Events using Teams Events.
252+
Possible values are:
253+
- **Enabled**: Enables creating Immersive Events.
254+
- **Disabled**: Disables creating Immersive Events.
255+
256+
```yaml
257+
Type: String
258+
Parameter Sets: (All)
259+
Aliases:
260+
261+
Required: False
262+
Position: Named
263+
Default value: Enabled
264+
Accept pipeline input: False
265+
Accept wildcard characters: False
266+
```
267+
249268
### -Confirm
250269
The Confirm switch does not work with this cmdlet.
251270

0 commit comments

Comments
 (0)