Skip to content

Commit 00e8272

Browse files
authored
Update New-CsTeamsEventsPolicy.md
1 parent fda3d0c commit 00e8272

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

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

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Module Name: MicrosoftTeams
44
online version: https://learn.microsoft.com/powershell/module/teams/new-csteamseventspolicy
55
title: New-CsTeamsEventsPolicy
66
schema: 2.0.0
7-
ms.date: 02/26/2025
7+
ms.date: 04/22/2025
88
---
99

1010
# New-CsTeamsEventsPolicy
@@ -18,7 +18,7 @@ This cmdlet allows you to create a new TeamsEventsPolicy instance and set its pr
1818
New-CsTeamsEventsPolicy [-Identity] <String> [-AllowWebinars <String>] [-AllowTownhalls <String>] [-AllowEmailEditing <String>] [-Description <String>]
1919
[-TownhallEventAttendeeAccess <String>] [-RecordingForTownhall <String>] [-RecordingForWebinar <String>]
2020
[-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>] [-AllowEventIntegrations <Boolean>] [-TownhallChatExperience <String>]
21-
[-UseMicrosoftECDN <String>] [-EventAccessType <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
21+
[-UseMicrosoftECDN <String>] [-EventAccessType <String>] [-ParticipantSlideControl <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
2222
```
2323

2424
## DESCRIPTION
@@ -295,6 +295,26 @@ Accept pipeline input: False
295295
Accept wildcard characters: False
296296
```
297297
298+
### -ParticipantSlideControl
299+
This setting governs whether participants can give control of presentation slides during meetings scheduled by this user. Set the type of users you want to be able to give control and be given control of presentation slides in meetings. Users excluded from the selected group will be prohibitted from giving control, or being given control, in a meeting.
300+
Possible values are:
301+
- **Everyone**: Anyone with the join link may enter the event.
302+
- **EveryoneInOrganization**: Only internal AAD users and Multi-Tenant Organization (MTO) users can give or take control.
303+
- **EveryoneInOrganizationAndGuests**: Only those who are Guests to the tenant, MTO users, and internal AAD users may enter the event.
304+
- **None**: No one in the meeting can give or take control.
305+
306+
```yaml
307+
Type: String
308+
Parameter Sets: (All)
309+
Aliases:
310+
311+
Required: False
312+
Position: Named
313+
Default value: EveryoneInOrganization
314+
Accept pipeline input: False
315+
Accept wildcard characters: False
316+
```
317+
298318
### -Confirm
299319
The Confirm switch does not work with this cmdlet.
300320

0 commit comments

Comments
 (0)