Skip to content

Commit 3fd420b

Browse files
authored
Update Set-CsTeamsEventsPolicy.md
1 parent 00e8272 commit 3fd420b

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

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

Lines changed: 23 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/set-csteamseventspolicy
55
title: Set-CsTeamsEventsPolicy
66
schema: 2.0.0
7-
ms.date: 02/26/2025
7+
ms.date: 04/22/2025
88
---
99

1010
# Set-CsTeamsEventsPolicy
@@ -21,7 +21,7 @@ Set-CsTeamsEventsPolicy [-AllowWebinars <String>] [-EventAccessType <String>] [-
2121
[-AllowedTownhallTypesForRecordingPublish <String>] [-TownhallChatExperience <String>] [-Description <String>]
2222
[-RecordingForTownhall <String>] [-RecordingForWebinar <String>]
2323
[-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>]
24-
[-UseMicrosoftECDN <Boolean>]
24+
[-UseMicrosoftECDN <Boolean>] [-ParticipantSlideControl <String>]
2525
[-Identity] <String> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
2626
```
2727

@@ -388,6 +388,27 @@ Accept pipeline input: False
388388
Accept wildcard characters: False
389389
```
390390
391+
### -ParticipantSlideControl
392+
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.
393+
394+
Possible values are:
395+
- **Everyone**: Anyone with the join link may enter the event.
396+
- **EveryoneInOrganization**: Only internal AAD users and Multi-Tenant Organization (MTO) users can give or take control.
397+
- **EveryoneInOrganizationAndGuests**: Only those who are Guests to the tenant, MTO users, and internal AAD users may enter the event.
398+
- **None**: No one in the meeting can give or take control.
399+
-
400+
```yaml
401+
Type: String
402+
Parameter Sets: (All)
403+
Aliases:
404+
405+
Required: False
406+
Position: Named
407+
Default value: EveryoneInOrganization
408+
Accept pipeline input: False
409+
Accept wildcard characters: False
410+
```
411+
391412
### -Confirm
392413
The Confirm switch does not work with this cmdlet.
393414

0 commit comments

Comments
 (0)