From c685047c9f1d108c29a4dae23bc2d3c4d22447cb Mon Sep 17 00:00:00 2001 From: hedwig233 <31384861+hedwig233@users.noreply.github.com> Date: Tue, 5 Aug 2025 11:01:47 +0800 Subject: [PATCH 1/2] Update New-CsTeamsCallingPolicy.md --- .../New-CsTeamsCallingPolicy.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/teams/teams-ps/MicrosoftTeams/New-CsTeamsCallingPolicy.md b/teams/teams-ps/MicrosoftTeams/New-CsTeamsCallingPolicy.md index eda358df5f..fc603913b9 100644 --- a/teams/teams-ps/MicrosoftTeams/New-CsTeamsCallingPolicy.md +++ b/teams/teams-ps/MicrosoftTeams/New-CsTeamsCallingPolicy.md @@ -54,6 +54,7 @@ New-CsTeamsCallingPolicy [-Identity] [-SpamFilteringEnabledType ] [-VoiceSimulationInInterpreter ] [-RealTimeText ] + [-ExplicitRecordingConsent ] [-WhatIf] [] ``` @@ -195,6 +196,31 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ExplicitRecordingConsent + +> Applicable: Microsoft Teams + +>[!NOTE] +>This feature has not been released yet and will have no changes if it is enabled or disabled. + +Determines whether users need to give explicit consent for recording and transcript in 1:1 calls. Set this to enabled to request users to give explicit consent. + +Possible Values: +- Enabled: Explicit consent, requires participant agreement. +- Disabled: Implicit consent, does not require participant agreement. + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: Disabled +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -AllowDelegation > Applicable: Microsoft Teams From 22ab385c0f9089e972e4ae0f30dfdbde63a649f2 Mon Sep 17 00:00:00 2001 From: hedwig233 <31384861+hedwig233@users.noreply.github.com> Date: Tue, 5 Aug 2025 11:09:50 +0800 Subject: [PATCH 2/2] Update Set-CsTeamsCallingPolicy.md --- .../Set-CsTeamsCallingPolicy.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsCallingPolicy.md b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsCallingPolicy.md index 1d0d11adb7..6a6bcf2c59 100644 --- a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsCallingPolicy.md +++ b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsCallingPolicy.md @@ -53,6 +53,7 @@ Set-CsTeamsCallingPolicy [-Identity] [-SpamFilteringEnabledType ] [-VoiceSimulationInInterpreter ] [-RealTimeText ] + [-ExplicitRecordingConsent ] [-WhatIf] [] ``` @@ -203,6 +204,31 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ExplicitRecordingConsent + +> Applicable: Microsoft Teams + +>[!NOTE] +>This feature has not been released yet and will have no changes if it is enabled or disabled. + +Determines whether users need to give explicit consent for recording and transcript in 1:1 calls. Set this to enabled to request users to give explicit consent. + +Possible Values: +- Enabled: Explicit consent, requires participant agreement. +- Disabled: Implicit consent, does not require participant agreement. + +```yaml +Type: Boolean +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: Disabled +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -AllowDelegation > Applicable: Microsoft Teams