From 62a1925f063819f7d5b253cdf43eec0e27fdfe56 Mon Sep 17 00:00:00 2001 From: alejandramunozv <163162817+alejandramunozv@users.noreply.github.com> Date: Tue, 13 May 2025 11:55:52 -0700 Subject: [PATCH 1/2] Update New-CsTeamsMeetingPolicy.md --- .../teams/New-CsTeamsMeetingPolicy.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md b/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md index 8c7b734046..5ae801880c 100644 --- a/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md @@ -121,6 +121,7 @@ New-CsTeamsMeetingPolicy [-Identity] [-WatermarkForScreenSharingPattern ] [-AllowedUsersForMeetingDetails ] [-RealTimeText ] + [-ParticipantSlideControl ] [-WhatIf] [-WhoCanRegister ] [] @@ -1912,6 +1913,31 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ParticipantSlideControl +>[!NOTE] +>This feature has not been released yet and will have no changes if it is enabled or disabled. + +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. + +Possible Values: +- Everyone: Anyone in the meeting can give or take control +- EveryoneInOrganization: Only internal AAD users and Multi-Tenant Organization (MTO) users can give or take control +- EveryoneInOrganizationAndGuests: Only those who are Guests to the tenant, MTO users, and internal AAD users can give or take control +- None: No one in the meeting can give or take control + +```yaml +Type: String +Parameter Sets: (All) +Aliases: +Applicable: Microsoft Teams + +Required: False +Position: Named +Default value: Enabled +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -WhatIf Shows what would happen if the cmdlet runs. The cmdlet is not run. From 101a7a07d700e4bddc06c1a18ee27e19931c5c73 Mon Sep 17 00:00:00 2001 From: alejandramunozv <163162817+alejandramunozv@users.noreply.github.com> Date: Tue, 13 May 2025 11:56:53 -0700 Subject: [PATCH 2/2] Update Set-CsTeamsMeetingPolicy.md --- .../teams/Set-CsTeamsMeetingPolicy.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md b/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md index 5adc506782..38ab85803f 100644 --- a/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md @@ -125,6 +125,7 @@ Set-CsTeamsMeetingPolicy [[-Identity] ] [-WatermarkForScreenSharingPattern ] [-AllowedUsersForMeetingDetails ] [-RealTimeText ] + [-ParticipantSlideControl [-WhatIf] [-WhoCanRegister ] [] @@ -1979,6 +1980,31 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ParticipantSlideControl +>[!NOTE] +>This feature has not been released yet and will have no changes if it is enabled or disabled. + +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. + +Possible Values: +- Everyone: Anyone in the meeting can give or take control +- EveryoneInOrganization: Only internal AAD users and Multi-Tenant Organization (MTO) users can give or take control +- EveryoneInOrganizationAndGuests: Only those who are Guests to the tenant, MTO users, and internal AAD users can give or take control +- None: No one in the meeting can give or take control + +```yaml +Type: String +Parameter Sets: (All) +Aliases: +Applicable: Microsoft Teams + +Required: False +Position: Named +Default value: Enabled +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -WhatIf Shows what would happen if the cmdlet runs. The cmdlet is not run.