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/4] 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/4] 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. From f5fff0b90513b42863b872066f6099645a81370f Mon Sep 17 00:00:00 2001 From: Ruchika Mittal Date: Thu, 19 Jun 2025 03:42:53 +0530 Subject: [PATCH 3/4] typo fix --- teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md b/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md index 5ae801880c..531907c565 100644 --- a/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md @@ -1917,7 +1917,7 @@ Accept wildcard characters: False >[!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. +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 prohibited from giving control, or being given control, in a meeting. Possible Values: - Everyone: Anyone in the meeting can give or take control From 849ccd1fd236667be1ccdc897c524ff906817f71 Mon Sep 17 00:00:00 2001 From: Ruchika Mittal Date: Thu, 19 Jun 2025 03:46:05 +0530 Subject: [PATCH 4/4] typo fix --- teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md b/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md index 38ab85803f..8627e60516 100644 --- a/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md @@ -1984,7 +1984,7 @@ Accept wildcard characters: False >[!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. +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 prohibited from giving control, or being given control, in a meeting. Possible Values: - Everyone: Anyone in the meeting can give or take control