Skip to content

Commit 101a7a0

Browse files
Update Set-CsTeamsMeetingPolicy.md
1 parent 62a1925 commit 101a7a0

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ Set-CsTeamsMeetingPolicy [[-Identity] <XdsIdentity>]
125125
[-WatermarkForScreenSharingPattern <String>]
126126
[-AllowedUsersForMeetingDetails <String>]
127127
[-RealTimeText <String>]
128+
[-ParticipantSlideControl <String>
128129
[-WhatIf]
129130
[-WhoCanRegister <String>]
130131
[<CommonParameters>]
@@ -1979,6 +1980,31 @@ Accept pipeline input: False
19791980
Accept wildcard characters: False
19801981
```
19811982

1983+
### -ParticipantSlideControl
1984+
>[!NOTE]
1985+
>This feature has not been released yet and will have no changes if it is enabled or disabled.
1986+
1987+
Determines 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.
1988+
1989+
Possible Values:
1990+
- Everyone: Anyone in the meeting can give or take control
1991+
- EveryoneInOrganization: Only internal AAD users and Multi-Tenant Organization (MTO) users can give or take control
1992+
- EveryoneInOrganizationAndGuests: Only those who are Guests to the tenant, MTO users, and internal AAD users can give or take control
1993+
- None: No one in the meeting can give or take control
1994+
1995+
```yaml
1996+
Type: String
1997+
Parameter Sets: (All)
1998+
Aliases:
1999+
Applicable: Microsoft Teams
2000+
2001+
Required: False
2002+
Position: Named
2003+
Default value: Enabled
2004+
Accept pipeline input: False
2005+
Accept wildcard characters: False
2006+
```
2007+
19822008
### -WhatIf
19832009
Shows what would happen if the cmdlet runs.
19842010
The cmdlet is not run.

0 commit comments

Comments
 (0)