diff --git a/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md b/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md index 046a527187..2dfc6e1ece 100644 --- a/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md @@ -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 diff --git a/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md b/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md index 6e79ad9788..212c717c07 100644 --- a/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md @@ -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