Skip to content

Commit cc0b470

Browse files
Merge pull request #13030 from MicrosoftDocs/main
[AutoPublish] main to live - 08/11 10:34 PDT | 08/11 23:04 IST
2 parents 049cc53 + e9422dc commit cc0b470

File tree

3 files changed

+23
-56
lines changed

3 files changed

+23
-56
lines changed

exchange/docs-conceptual/app-only-auth-powershell-v2.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: App-only authentication in Exchange Online PowerShell and Security & Comp
33
ms.author: chrisda
44
author: chrisda
55
manager: deniseb
6-
ms.date: 12/12/2023
6+
ms.date: 08/11/2025
77
ms.audience: Admin
88
audience: Admin
99
ms.topic: article
@@ -69,11 +69,18 @@ The following examples show how to use the Exchange Online PowerShell module wit
6969
>
7070
> 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:
7171
>
72-
> - Microsoft 365 GCC High or Microsoft 365 DoD environments require the following additional parameters and values:
73-
> - **Connect-ExchangeOnline in GCC High**: `-ExchangeEnvironmentName O365USGovGCCHigh`.
74-
> - **Connect-IPPSSession in GCC High**: `-ConnectionUri https://ps.compliance.protection.office365.us/powershell-liveid/ -AzureADAuthorizationEndpointUri https://login.microsoftonline.us/common`.
75-
> - **Connect-ExchangeOnline in DoD**: `-ExchangeEnvironmentName O365USGovDoD`.
76-
> - **Connect-IPPSSession in DoD**: `-ConnectionUri https://l5.ps.compliance.protection.office365.us/powershell-liveid/ -AzureADAuthorizationEndpointUri https://login.microsoftonline.us/common`.
72+
> - Microsoft 365 GCC High, Microsoft 365 DoD or Microsoft 365 China (operated by 21Vianet) environments require the following additional parameters and values:
73+
> - **Microsoft 365 GCC High**
74+
> - `Connect-ExchangeOnline -ExchangeEnvironmentName O365USGovGCCHigh`
75+
> - `Connect-IPPSSession -ConnectionUri https://compliance.usgcc.microsoft.com/powershell-liveid -AzureADAuthorizationEndpointUri https://login.microsoftonline.us`
76+
>
77+
> - **Microsoft 365 DoD**
78+
> - `Connect-ExchangeOnline -ExchangeEnvironmentName O365USGovDoD`
79+
> - `Connect-IPPSSession -ConnectionUri https://compliance.dod.microsoft.com/powershell-liveid -AzureADAuthorizationEndpointUri https://login.microsoftonline.us`
80+
>
81+
> - **Microsoft 365 operated by 21Vianet (China)**
82+
> - `Connect-ExchangeOnline -ExchangeEnvironmentName O365China`
83+
> - `Connect-IPPSSession -ConnectionUri https://ps.compliance.protection.partner.outlook.cn/powershell-liveid -AzureADAuthorizationEndpointUri https://login.chinacloudapi.cn/common`
7784
>
7885
> - If a **Connect-IPPSSession** command presents a login prompt, run the command: `$Global:IsWindows = $true` before the **Connect-IPPSSession** command.
7986

teams/teams-ps/MicrosoftTeams/New-CsTeamsCallingPolicy.md

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -196,31 +196,6 @@ Accept pipeline input: False
196196
Accept wildcard characters: False
197197
```
198198
199-
### -ExplicitRecordingConsent
200-
201-
> Applicable: Microsoft Teams
202-
203-
>[!NOTE]
204-
>This feature has not been released yet and will have no changes if it is enabled or disabled.
205-
206-
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.
207-
208-
Possible Values:
209-
- Enabled: Explicit consent, requires participant agreement.
210-
- Disabled: Implicit consent, does not require participant agreement.
211-
212-
```yaml
213-
Type: String
214-
Parameter Sets: (All)
215-
Aliases:
216-
217-
Required: False
218-
Position: Named
219-
Default value: Disabled
220-
Accept pipeline input: False
221-
Accept wildcard characters: False
222-
```
223-
224199
### -AllowDelegation
225200
226201
> Applicable: Microsoft Teams
@@ -780,6 +755,11 @@ Accept wildcard characters: False
780755

781756
### -ExplicitRecordingConsent
782757

758+
> Applicable: Microsoft Teams
759+
760+
>[!NOTE]
761+
>This feature has not been released yet and will have no changes if it is enabled or disabled.
762+
783763
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.
784764

785765
Possible values:

teams/teams-ps/MicrosoftTeams/Set-CsTeamsCallingPolicy.md

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -204,31 +204,6 @@ Accept pipeline input: False
204204
Accept wildcard characters: False
205205
```
206206
207-
### -ExplicitRecordingConsent
208-
209-
> Applicable: Microsoft Teams
210-
211-
>[!NOTE]
212-
>This feature has not been released yet and will have no changes if it is enabled or disabled.
213-
214-
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.
215-
216-
Possible Values:
217-
- Enabled: Explicit consent, requires participant agreement.
218-
- Disabled: Implicit consent, does not require participant agreement.
219-
220-
```yaml
221-
Type: Boolean
222-
Parameter Sets: (All)
223-
Aliases:
224-
225-
Required: False
226-
Position: Named
227-
Default value: Disabled
228-
Accept pipeline input: False
229-
Accept wildcard characters: False
230-
```
231-
232207
### -AllowDelegation
233208
234209
> Applicable: Microsoft Teams
@@ -782,6 +757,11 @@ Accept wildcard characters: False
782757

783758
### -ExplicitRecordingConsent
784759

760+
> Applicable: Microsoft Teams
761+
762+
>[!NOTE]
763+
>This feature has not been released yet and will have no changes if it is enabled or disabled.
764+
785765
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.
786766

787767
Possible values:

0 commit comments

Comments
 (0)