Skip to content

Commit 70398e6

Browse files
authored
Update Set-CsTeamsEventsPolicy.md
1 parent 51451d5 commit 70398e6

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Set-CsTeamsEventsPolicy [-AllowWebinars <String>] [-EventAccessType <String>] [-
2222
[-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>]
2323
[-UseMicrosoftECDN <Boolean>]
2424
[-Identity] <String> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
25+
[-ImmersiveEvents <String>]
2526
```
2627

2728
## DESCRIPTION
@@ -369,6 +370,23 @@ Accept pipeline input: False
369370
Accept wildcard characters: False
370371
```
371372
373+
### -ImmersiveEvents
374+
This setting governs if a user can create Immersive Events using Teams Events.
375+
Possible values are:
376+
- **Enabled**: Enables creating Immersive Events.
377+
- **Disabled**: Disables creating Immersive Events.
378+
```yaml
379+
Type: String
380+
Parameter Sets: (All)
381+
Aliases:
382+
383+
Required: False
384+
Position: Named
385+
Default value: Enabled
386+
Accept pipeline input: False
387+
Accept wildcard characters: False
388+
```
389+
372390
### -Confirm
373391
The Confirm switch does not work with this cmdlet.
374392

0 commit comments

Comments
 (0)