Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
8 changes: 6 additions & 2 deletions teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -1208,9 +1208,13 @@ Accept wildcard characters: False
```

### -ExplicitRecordingConsent
This setting will enable Tenant Admins to turn on/off Explicit Recording Consent feature.
Set participant agreement and notification for Recording, Transcript, Copilot in Teams meetings.

Possible Values: Enabled: Turns on the Explicit Recording Consent feature. Disabled: Turns off the Explicit Recording Consent feature.
Possible Values:

- Enabled: Explicit consent, requires participant agreement.
- Disabled: Implicit consent, does not require participant agreement.
- LegitimateInterest: Legitimate interest, less restrictive consent to meet legitimate interest without requiring explicit agreement from participants.

```yaml
Type: String
Expand Down
9 changes: 5 additions & 4 deletions teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -1264,12 +1264,13 @@ Accept wildcard characters: False
```

### -ExplicitRecordingConsent
Set participant agreement and notification for Recording, Transcript, Copilot in Teams meetings.

This setting will enable Tenant Admins to turn on/off Explicit Recording Consent feature.
Possible Values:

Possible Values:
Enabled: Turns on the Explicit Recording Consent feature.
Disabled: Turns off the Explicit Recording Consent feature.
- Enabled: Explicit consent, requires participant agreement.
- Disabled: Implicit consent, does not require participant agreement.
- LegitimateInterest: Legitimate interest, less restrictive consent to meet legitimate interest without requiring explicit agreement from participants.

```yaml
Type: String
Expand Down
Loading