diff --git a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md index 58203355a6..43f5368d34 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 ] @@ -1746,6 +1747,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 setting 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.