Skip to content

Commit 62a1925

Browse files
Update New-CsTeamsMeetingPolicy.md
1 parent d22ff0b commit 62a1925

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ New-CsTeamsMeetingPolicy [-Identity] <XdsIdentity>
121121
[-WatermarkForScreenSharingPattern <String>]
122122
[-AllowedUsersForMeetingDetails <String>]
123123
[-RealTimeText <String>]
124+
[-ParticipantSlideControl <string>]
124125
[-WhatIf]
125126
[-WhoCanRegister <Object>]
126127
[<CommonParameters>]
@@ -1912,6 +1913,31 @@ Accept pipeline input: False
19121913
Accept wildcard characters: False
19131914
```
19141915

1916+
### -ParticipantSlideControl
1917+
>[!NOTE]
1918+
>This feature has not been released yet and will have no changes if it is enabled or disabled.
1919+
1920+
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.
1921+
1922+
Possible Values:
1923+
- Everyone: Anyone in the meeting can give or take control
1924+
- EveryoneInOrganization: Only internal AAD users and Multi-Tenant Organization (MTO) users can give or take control
1925+
- EveryoneInOrganizationAndGuests: Only those who are Guests to the tenant, MTO users, and internal AAD users can give or take control
1926+
- None: No one in the meeting can give or take control
1927+
1928+
```yaml
1929+
Type: String
1930+
Parameter Sets: (All)
1931+
Aliases:
1932+
Applicable: Microsoft Teams
1933+
1934+
Required: False
1935+
Position: Named
1936+
Default value: Enabled
1937+
Accept pipeline input: False
1938+
Accept wildcard characters: False
1939+
```
1940+
19151941
### -WhatIf
19161942
Shows what would happen if the cmdlet runs.
19171943
The cmdlet is not run.

0 commit comments

Comments
 (0)