From 1244a3421959c4700ebdaf8c1f2d5219089ffd31 Mon Sep 17 00:00:00 2001 From: cerise111 <42087866+cerise111@users.noreply.github.com> Date: Tue, 28 Oct 2025 15:58:39 +0800 Subject: [PATCH 1/3] add SetRecordingAndTranscriptOwnership public doc --- .../Set-CsTeamsMeetingPolicy.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md index 8ae549b548..7583f5dbec 100644 --- a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md @@ -110,6 +110,7 @@ Set-CsTeamsMeetingPolicy [[-Identity] ] [-RoomAttributeUserOverride ] [-RoomPeopleNameUserOverride ] [-ScreenSharingMode ] + [-SetRecordingAndTranscriptOwnership ] [-SmsNotifications ] [-SpeakerAttributionMode ] [-StreamingAttendeeMode ] @@ -1751,6 +1752,29 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SetRecordingAndTranscriptOwnership +This setting allows admins to control the visibility of "Allow meeting organizers to choose who keeps recording and transcript" feature in the organizer's **Meeting options**. If you enable this setting, the **Allow meeting organizers to choose who keeps recording and transcript** setting appears in **Meeting options** . Organizers need to manually select a people from meeting attendees as the recording and transcript owner. If you disable this setting, **Allow meeting organizers to choose who keeps recording and transcript** is hidden, the default value of this policy is disabled. + +> [!NOTE] +> This feature has not been released yet and will have no changes if it is enabled or disabled. + +Possible values are: + +- Disabled +- Enabled + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: Disabled +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SmsNotifications Participants can sign up for text message meeting reminders. From 77cdfd05eaa21546591be04bbf77e2f15c671a5a Mon Sep 17 00:00:00 2001 From: Ruchika Mittal Date: Thu, 30 Oct 2025 21:19:30 +0530 Subject: [PATCH 2/3] punctuation fix --- teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md index e5820d8e8f..27e33ef051 100644 --- a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md @@ -1748,7 +1748,7 @@ Accept wildcard characters: False ``` ### -SetRecordingAndTranscriptOwnership -This setting allows admins to control the visibility of "Allow meeting organizers to choose who keeps recording and transcript" feature in the organizer's **Meeting options**. If you enable this setting, the **Allow meeting organizers to choose who keeps recording and transcript** setting appears in **Meeting options** . Organizers need to manually select a people from meeting attendees as the recording and transcript owner. If you disable this setting, **Allow meeting organizers to choose who keeps recording and transcript** is hidden, the default value of this policy is disabled. +This setting allows admins to control the visibility of "Allow meeting organizers to choose who keeps recording and transcript" feature in the organizer's **Meeting options**. If you enable this setting, the **Allow meeting organizers to choose who keeps recording and transcript** setting appears in **Meeting options**. Organizers need to manually select a people from meeting attendees as the recording and transcript owner. If you disable this setting, **Allow meeting organizers to choose who keeps recording and transcript** is hidden, the default value of this policy is disabled. > [!NOTE] > This feature has not been released yet and will have no changes if it is enabled or disabled. From af49536d2bbff5f09cada1b7915ea2cdff1b85d6 Mon Sep 17 00:00:00 2001 From: cerise111 <42087866+cerise111@users.noreply.github.com> Date: Wed, 5 Nov 2025 16:05:49 +0800 Subject: [PATCH 3/3] Fix wording for SetRecordingAndTranscriptOwnership --- teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md index 27e33ef051..43f5368d34 100644 --- a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md @@ -1748,7 +1748,7 @@ Accept wildcard characters: False ``` ### -SetRecordingAndTranscriptOwnership -This setting allows admins to control the visibility of "Allow meeting organizers to choose who keeps recording and transcript" feature in the organizer's **Meeting options**. If you enable this setting, the **Allow meeting organizers to choose who keeps recording and transcript** setting appears in **Meeting options**. Organizers need to manually select a people from meeting attendees as the recording and transcript owner. If you disable this setting, **Allow meeting organizers to choose who keeps recording and transcript** is hidden, the default value of this policy is disabled. +This setting allows admins to control the visibility of "Allow meeting organizers to choose who keeps recording and transcript" feature in the organizer's **Meeting options**. If you enable this setting, the **Allow meeting organizers to choose who keeps recording and transcript** setting appears in **Meeting options**. Organizers need to manually select a people from meeting attendees as the recording and transcript owner. If you disable this setting, **Allow meeting organizers to choose who keeps recording and transcript** is hidden, the default value of this setting is disabled. > [!NOTE] > This feature has not been released yet and will have no changes if it is enabled or disabled.