Skip to content

[AutoPublish] main to live - 08/11 10:34 PDT | 08/11 23:04 IST #13030

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Aug 11, 2025
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
19 changes: 13 additions & 6 deletions exchange/docs-conceptual/app-only-auth-powershell-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 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.

Expand Down
30 changes: 5 additions & 25 deletions teams/teams-ps/MicrosoftTeams/New-CsTeamsCallingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
30 changes: 5 additions & 25 deletions teams/teams-ps/MicrosoftTeams/Set-CsTeamsCallingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
Loading