Skip to content

Commit 16321db

Browse files
committed
Update app-only-auth-powershell-v2.md
Issue #9962
1 parent 7b49a7a commit 16321db

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@ The following examples show how to use the Exchange Online PowerShell module wit
5050

5151
> [!IMPORTANT]
5252
> In the following **Connect-** commands, be sure to use an `.onmicrosoft.com` domain for the _Organization_ parameter value. Otherwise, you might encounter cryptic permission issues when you run commands in the app context.
53+
>
54+
> In Microsoft 365 GCC High or DoD environments, the connection commands require the following additional parameters and values:
55+
>
56+
> - **Connect-ExchangeOnline in GCC High**: `-ExchangeEnvironmentName O365USGovGCCHigh`.
57+
> - **Connect-IPPSSession in GCC High**: `-ConnectionUri https://ps.compliance.protection.office365.us/powershell-liveid/ -AzureADAuthorizationEndpointUri https://login.microsoftonline.us/common`.
58+
>
59+
> - **Connect-ExchangeOnline in DoD**: `-ExchangeEnvironmentName O365USGovDoD`.
60+
> - **Connect-IPPSSession in DoD**: `-ConnectionUri https://l5.ps.compliance.protection.office365.us/powershell-liveid/ -AzureADAuthorizationEndpointUri https://login.microsoftonline.us/common`.
5361
5462
- **Connect using a certificate thumbprint**:
5563

0 commit comments

Comments
 (0)