From 268a9f916c2f9b58619d52e52e8898fa48d18439 Mon Sep 17 00:00:00 2001 From: paisvivekanand Date: Tue, 5 Aug 2025 23:05:41 +0530 Subject: [PATCH 1/4] Update app-only-auth-powershell-v2.md Adding Information for Microsoft 265 China --- .../app-only-auth-powershell-v2.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/exchange/docs-conceptual/app-only-auth-powershell-v2.md b/exchange/docs-conceptual/app-only-auth-powershell-v2.md index fc8364d818..b57d982952 100644 --- a/exchange/docs-conceptual/app-only-auth-powershell-v2.md +++ b/exchange/docs-conceptual/app-only-auth-powershell-v2.md @@ -69,11 +69,18 @@ The following examples show how to use the Exchange Online PowerShell module wit > > The following connection commands have many of the same options available as described in [Connect to Exchange Online PowerShell](connect-to-exchange-online-powershell.md) and [Connect to Security & Compliance PowerShell](connect-to-scc-powershell.md). For example: > -> - Microsoft 365 GCC High or Microsoft 365 DoD environments require the following additional parameters and values: -> - **Connect-ExchangeOnline in GCC High**: `-ExchangeEnvironmentName O365USGovGCCHigh`. -> - **Connect-IPPSSession in GCC High**: `-ConnectionUri https://ps.compliance.protection.office365.us/powershell-liveid/ -AzureADAuthorizationEndpointUri https://login.microsoftonline.us/common`. -> - **Connect-ExchangeOnline in DoD**: `-ExchangeEnvironmentName O365USGovDoD`. -> - **Connect-IPPSSession in DoD**: `-ConnectionUri https://l5.ps.compliance.protection.office365.us/powershell-liveid/ -AzureADAuthorizationEndpointUri https://login.microsoftonline.us/common`. +> - Microsoft 365 GCC High, Microsoft 365 DoD or Microsoft 365 China (operated by 21Vianet) environments require the following additional parameters and values: +> - **Microsoft 365 GCC High** +> - `Connect-ExchangeOnline -ExchangeEnvironmentName O365USGovGCCHigh` +> - `Connect-IPPSSession -ConnectionUri https://compliance.usgcc.microsoft.com/powershell-liveid -AzureADAuthorizationEndpointUri https://login.microsoftonline.us` +> +> - **Microsoft 365 DoD** +> - `Connect-ExchangeOnline -ExchangeEnvironmentName O365USGovDoD` +> - `Connect-IPPSSession -ConnectionUri https://compliance.dod.microsoft.com/powershell-liveid -AzureADAuthorizationEndpointUri https://login.microsoftonline.us` +> +> - **Microsoft 365 China (operated by 21Vianet)** +> - `Connect-ExchangeOnline -ExchangeEnvironmentName O365China` +> - `Connect-IPPSSession -ConnectionUri https://ps.compliance.protection.partner.outlook.cn/powershell-liveid -AzureADAuthorizationEndpointUri https://login.chinacloudapi.cn/common` > > - If a **Connect-IPPSSession** command presents a login prompt, run the command: `$Global:IsWindows = $true` before the **Connect-IPPSSession** command. From f56e1b9ebd64aca89f0d55f490c31d6d1e79f64f Mon Sep 17 00:00:00 2001 From: hedwig233 <31384861+hedwig233@users.noreply.github.com> Date: Mon, 11 Aug 2025 10:47:23 +0800 Subject: [PATCH 2/4] Update Set-CsTeamsCallingPolicy.md --- .../Set-CsTeamsCallingPolicy.md | 30 ++++--------------- 1 file changed, 5 insertions(+), 25 deletions(-) diff --git a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsCallingPolicy.md b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsCallingPolicy.md index 5159119adc..042d1ff3e5 100644 --- a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsCallingPolicy.md +++ b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsCallingPolicy.md @@ -204,31 +204,6 @@ 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 @@ -782,6 +757,11 @@ 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. + This setting controls whether users must provide or obtain explicit consent before recording a 1:1 PSTN or Teams call. When enabled, both parties will receive a notification, and consent must be given before recording starts. Possible values: From 7bde4625f149eb0889faaf7336a06e075c8a8faf Mon Sep 17 00:00:00 2001 From: hedwig233 <31384861+hedwig233@users.noreply.github.com> Date: Mon, 11 Aug 2025 10:49:59 +0800 Subject: [PATCH 3/4] Update New-CsTeamsCallingPolicy.md --- .../New-CsTeamsCallingPolicy.md | 30 ++++--------------- 1 file changed, 5 insertions(+), 25 deletions(-) diff --git a/teams/teams-ps/MicrosoftTeams/New-CsTeamsCallingPolicy.md b/teams/teams-ps/MicrosoftTeams/New-CsTeamsCallingPolicy.md index 79cfbda9d5..051bada522 100644 --- a/teams/teams-ps/MicrosoftTeams/New-CsTeamsCallingPolicy.md +++ b/teams/teams-ps/MicrosoftTeams/New-CsTeamsCallingPolicy.md @@ -196,31 +196,6 @@ 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 @@ -780,6 +755,11 @@ 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. + This setting controls whether users must provide or obtain explicit consent before recording a 1:1 PSTN or Teams call. When enabled, both parties will receive a notification, and consent must be given before recording starts. Possible values: From eecb3caa3595ac31cbf7d8c352f9d3ee0faf230f Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Mon, 11 Aug 2025 09:30:38 -0700 Subject: [PATCH 4/4] Update app-only-auth-powershell-v2.md --- .../docs-conceptual/app-only-auth-powershell-v2.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/exchange/docs-conceptual/app-only-auth-powershell-v2.md b/exchange/docs-conceptual/app-only-auth-powershell-v2.md index b57d982952..bb66e4a66c 100644 --- a/exchange/docs-conceptual/app-only-auth-powershell-v2.md +++ b/exchange/docs-conceptual/app-only-auth-powershell-v2.md @@ -3,7 +3,7 @@ title: App-only authentication in Exchange Online PowerShell and Security & Comp ms.author: chrisda author: chrisda manager: deniseb -ms.date: 12/12/2023 +ms.date: 08/11/2025 ms.audience: Admin audience: Admin ms.topic: article @@ -70,16 +70,16 @@ The following examples show how to use the Exchange Online PowerShell module wit > The following connection commands have many of the same options available as described in [Connect to Exchange Online PowerShell](connect-to-exchange-online-powershell.md) and [Connect to Security & Compliance PowerShell](connect-to-scc-powershell.md). For example: > > - Microsoft 365 GCC High, Microsoft 365 DoD or Microsoft 365 China (operated by 21Vianet) environments require the following additional parameters and values: -> - **Microsoft 365 GCC High** -> - `Connect-ExchangeOnline -ExchangeEnvironmentName O365USGovGCCHigh` +> - **Microsoft 365 GCC High** +> - `Connect-ExchangeOnline -ExchangeEnvironmentName O365USGovGCCHigh` > - `Connect-IPPSSession -ConnectionUri https://compliance.usgcc.microsoft.com/powershell-liveid -AzureADAuthorizationEndpointUri https://login.microsoftonline.us` > -> - **Microsoft 365 DoD** -> - `Connect-ExchangeOnline -ExchangeEnvironmentName O365USGovDoD` +> - **Microsoft 365 DoD** +> - `Connect-ExchangeOnline -ExchangeEnvironmentName O365USGovDoD` > - `Connect-IPPSSession -ConnectionUri https://compliance.dod.microsoft.com/powershell-liveid -AzureADAuthorizationEndpointUri https://login.microsoftonline.us` > -> - **Microsoft 365 China (operated by 21Vianet)** -> - `Connect-ExchangeOnline -ExchangeEnvironmentName O365China` +> - **Microsoft 365 operated by 21Vianet (China)** +> - `Connect-ExchangeOnline -ExchangeEnvironmentName O365China` > - `Connect-IPPSSession -ConnectionUri https://ps.compliance.protection.partner.outlook.cn/powershell-liveid -AzureADAuthorizationEndpointUri https://login.chinacloudapi.cn/common` > > - If a **Connect-IPPSSession** command presents a login prompt, run the command: `$Global:IsWindows = $true` before the **Connect-IPPSSession** command.