Skip to content

Commit 577e5ad

Browse files
committed
Update connect-to-scc-powershell.md
Added AzureAdAuthorizationEndpoint to Gallatin example per IM request. Also converted table to list.
1 parent ba05234 commit 577e5ad

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

exchange/docs-conceptual/connect-to-scc-powershell.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -61,18 +61,19 @@ For detailed syntax and parameter information, see [Connect-IPPSSession](/powers
6161

6262
- _\<UPN\>_ is your account in user principal name format (for example, `[email protected]`).
6363

64-
- The required _ConnectionUri_ and _AzureADAuthorizationEndpointUri_ values depend on the nature of your Microsoft 365 organization. Common values are described in the following table:
65-
66-
|Environment|_ConnectionUri_|_AzureADAuthorizationEndpointUri_|
67-
|---|---|---|
68-
|Microsoft 365 or Microsoft 365 GCC|n/a<sup>\*</sup>|n/a<sup>\*\*</sup>|
69-
|Microsoft 365 GCC High|`https://ps.compliance.protection.office365.us/powershell-liveid/`|`https://login.microsoftonline.us/common`|
70-
|Microsoft 365 DoD|`https://l5.ps.compliance.protection.office365.us/powershell-liveid/`|`https://login.microsoftonline.us/common`|
71-
|Office 365 operated by 21Vianet|`https://ps.compliance.protection.partner.outlook.cn/powershell-liveid`|`https://login.chinacloudapi.cn/common`|
72-
73-
<sup>\*</sup> The required value `https://ps.compliance.protection.outlook.com/powershell-liveid/` is also the default value, so you don't need to use the _ConnectionUri_ parameter in Microsoft 365 or Microsoft 365 GCC environments.
74-
75-
<sup>\*\*</sup> The required value `https://login.microsoftonline.com/common` is also the default value, so you don't need to use the _AzureADAuthorizationEndpointUri_ parameter in Microsoft 365 or Microsoft 365 GCC environments.
64+
- The required _ConnectionUri_ and _AzureADAuthorizationEndpointUri_ values depend on the nature of your Microsoft 365 organization. Common values are described in the following list:
65+
- **Microsoft 365 or Microsoft 365 GCC**:
66+
- _ConnectionUri_: None. The required value `https://ps.compliance.protection.outlook.com/powershell-liveid/` is also the default value, so you don't need to use the _ConnectionUri_ parameter in Microsoft 365 or Microsoft 365 GCC environments.
67+
- _AzureADAuthorizationEndpointUri_: None. The required value `https://login.microsoftonline.com/common` is also the default value, so you don't need to use the _AzureADAuthorizationEndpointUri_ parameter in Microsoft 365 or Microsoft 365 GCC environments.
68+
- **Microsoft 365 GCC High**:
69+
- _ConnectionUri_: `https://ps.compliance.protection.office365.us/powershell-liveid/`
70+
- _AzureADAuthorizationEndpointUri_: `https://login.microsoftonline.us/common`
71+
- **Microsoft 365 DoD**:
72+
- _ConnectionUri_: `https://l5.ps.compliance.protection.office365.us/powershell-liveid/`
73+
- _AzureADAuthorizationEndpointUri_: `https://login.microsoftonline.us/common`
74+
- **Office 365 operated by 21Vianet**:
75+
- _ConnectionUri_: `https://ps.compliance.protection.partner.outlook.cn/powershell-liveid`
76+
- _AzureADAuthorizationEndpointUri_: `https://login.chinacloudapi.cn/common`
7677

7778
- If you're behind a proxy server, you can use the _PSSessionOption_ parameter in the connection command. First, run this command: `$ProxyOptions = New-PSSessionOption -ProxyAccessType <Value>`, where \<Value\> is `IEConfig`, `WinHttpConfig`, or `AutoDetect`. Then, use the value `$ProxyOptions` for the _PSSessionOption_ parameter. For more information, see [New-PSSessionOption](/powershell/module/microsoft.powershell.core/new-pssessionoption).
7879

@@ -105,7 +106,7 @@ For detailed syntax and parameter information, see [Connect-IPPSSession](/powers
105106
- **This example connects to Security & Compliance PowerShell in an Office 365 operated by 21Vianet organization**:
106107
107108
```powershell
108-
Connect-IPPSSession -UserPrincipalName [email protected] -ConnectionUri https://ps.compliance.protection.partner.outlook.cn/powershell-liveid
109+
Connect-IPPSSession -UserPrincipalName [email protected] -ConnectionUri https://ps.compliance.protection.partner.outlook.cn/powershell-liveid -AzureADAuthorizationEndpointUri https://login.chinacloudapi.cn/common
109110
```
110111
111112
2. In the sign-in window that opens, enter your password, and then click **Sign in**.

0 commit comments

Comments
 (0)