You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exchange/docs-conceptual/connect-to-scc-powershell.md
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ If your account uses multi-factor authentication, use the steps in this section.
49
49
50
50
-_\<UPN\>_ is your account in user principal name format (for example, `[email protected]`).
51
51
- The required _ConnectionUri_ value depends on the nature of your Microsoft 365 organization. For more information, see the parameter description in [Connect-IPPSSession](https://docs.microsoft.com/powershell/module/exchange/connect-ippssession).
52
+
- When you use the _UserPrincipalName_ parameter, you don't need to use the
52
53
53
54
**This example connects to Security & Compliance Center PowerShell in a Microsoft 365 or Microsoft 365 GCC organization**.
54
55
@@ -106,10 +107,10 @@ If your account doesn't use multi-factor authentication, use the steps in this s
106
107
3. The command that you need to run uses the following syntax:
The required _ConnectionUri_value depends on the nature of your Microsoft 365 organization. For more information, see the parameter description in [Connect-IPPSSession](https://docs.microsoft.com/powershell/module/exchange/connect-ippssession).
113
+
The required _ConnectionUri_and _AzureADAuthorizationEndPointUrl_ values depend on the nature of your Microsoft 365 organization. For more information, see the parameter descriptions in [Connect-IPPSSession](https://docs.microsoft.com/powershell/module/exchange/connect-ippssession).
113
114
114
115
**This example connects to Security & Compliance Center PowerShell in a Microsoft 365 or Microsoft 365 GCC organization**.
115
116
@@ -120,19 +121,19 @@ If your account doesn't use multi-factor authentication, use the steps in this s
120
121
**This example connects to Security & Compliance Center PowerShell in an Office 365 Germany organization**.
For detailed syntax and parameter information, see [Connect-IPPSSession](https://docs.microsoft.com/powershell/module/exchange/connect-exchangeonline).
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/Connect-IPPSSession.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,8 @@ The AzureADAuthorizationEndpointUri parameter specifies the Azure AD Authorizati
69
69
- Security & Compliance Center PowerShell in Office 365 Germany: `https://login.microsoftonline.de/common`
70
70
- Security & Compliance Center PowerShell in Microsoft 365 GCC High or Microsoft 365 DoD: `https://login.microsoftonline.us/common`
71
71
72
+
This parameter is required in Office 365 Germany, Microsoft 365 GCC High, or Microsoft 365 DoD organizations when you don't use the UserPrincipalName parameter.
0 commit comments