Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ Set-CsTeamsMeetingPolicy [[-Identity] <XdsIdentity>]
[-RoomAttributeUserOverride <String>]
[-RoomPeopleNameUserOverride <String>]
[-ScreenSharingMode <String>]
[-SetRecordingAndTranscriptOwnership <String>]
[-SmsNotifications <String>]
[-SpeakerAttributionMode <String>]
[-StreamingAttendeeMode <String>]
Expand Down Expand Up @@ -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 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.

Expand Down