Skip to content

Commit 444a8b0

Browse files
authored
Merge pull request MicrosoftDocs#6383 from MicrosoftDocs/chrisda
Fixed ConnectionUri values for GCC High
2 parents dc1ef74 + c84bc8f commit 444a8b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ If you account uses multi-factor authentication, use the steps in this section.
6363
**This example connects to Security & Compliance Center PowerShell in a Microsoft GCC High organization**.
6464

6565
```powershell
66-
Connect-IPPSSession -UserPrincipalName [email protected] -ConnectionUri https://l5.ps.compliance.protection.office365.us/powershell-liveid/ -AzureADAuthorizationEndPointUri https://login.microsoftonline.us/common
66+
Connect-IPPSSession -UserPrincipalName [email protected] -ConnectionUri https://ps.compliance.protection.office365.us/powershell-liveid/ -AzureADAuthorizationEndPointUri https://login.microsoftonline.us/common
6767
```
6868

6969
**This example connects to Security & Compliance Center PowerShell in a Microsoft 365 DoD organization**.
@@ -122,7 +122,7 @@ If your account doesn't use multi-factor authentication, use the steps in this s
122122
**This example connects to Security & Compliance Center PowerShell in a Microsoft GCC High organization**.
123123

124124
```powershell
125-
Connect-IPPSSession -Credential $UserCredential -ConnectionUri https://l5.ps.compliance.protection.office365.us/powershell-liveid/
125+
Connect-IPPSSession -Credential $UserCredential -ConnectionUri https://ps.compliance.protection.office365.us/powershell-liveid/
126126
```
127127

128128
**This example connects to Security & Compliance Center PowerShell in a Microsoft 365 DoD organization**.

exchange/exchange-ps/exchange/Connect-IPPSSession.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The ConnectionUri parameter specifies the connection endpoint for the remote Pow
103103
104104
- For Security & Compliance Center PowerShell in Microsoft 365 or Microsoft 365 GCC, don't use this parameter.
105105
- For Security & Compliance Center PowerShell in Office 365 Germany, use the value <https://ps.compliance.protection.outlook.de/PowerShell-LiveID> for this parameter.
106-
- For Security & Compliance Center PowerShell in Microsoft 365 GCC High, use the value <https://outlook.office365.us/powershell-liveid> for this parameter.
106+
- For Security & Compliance Center PowerShell in Microsoft 365 GCC High, use the value <https://ps.compliance.protection.office365.us/powershell-liveid/> for this parameter.
107107
- For Security & Compliance Center PowerShell in Microsoft 365 DoD, use the value <https://l5.ps.compliance.protection.office365.us/powershell-liveid/> for this parameter.
108108
- For Exchange Online Protection PowerShell in standalone EOP organizations without Exchange Online mailboxes, use the value <https://ps.protection.outlook.com/powershell-liveid/> for this parameter.
109109

0 commit comments

Comments
 (0)