Skip to content

Commit 91c97a1

Browse files
author
Xiangwei Cai
authored
Merge branch 'master' into v-caxian-fix-redirection-rules
2 parents c03ec8c + ee92608 commit 91c97a1

File tree

3 files changed

+9
-23
lines changed

3 files changed

+9
-23
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ If your account uses multi-factor authentication, use the steps in this section.
4444
Import-Module ExchangeOnlineManagement
4545
```
4646

47-
> [!NOTE]
48-
> If you've already [installed the EXO V2 module](exchange-online-powershell-v2.md#install-and-maintain-the-exo-v2-module), the previous command will work as written. If you haven't already installed the module, you can install and load the latest public version of the module in one step by running the command: `Import-Module -Name ExchangeOnlineManagement`.
47+
**Note**: If you've already [installed the EXO V2 module](exchange-online-powershell-v2.md#install-and-maintain-the-exo-v2-module), the previous command will work as written.
4948

5049
2. The command that you need to run uses the following syntax:
5150

@@ -106,8 +105,7 @@ If your account doesn't use multi-factor authentication, use the steps in this s
106105
Import-Module ExchangeOnlineManagement
107106
```
108107

109-
> [!NOTE]
110-
> If you've already [installed the EXO V2 module](exchange-online-powershell-v2.md#install-and-maintain-the-exo-v2-module), the previous command will work as written. If you haven't already installed the module, you can install and load the latest public version of the module in one step by running the command: `Import-Module -Name ExchangeOnlineManagement`.
108+
**Note**: If you've already [installed the EXO V2 module](exchange-online-powershell-v2.md#install-and-maintain-the-exo-v2-module), the previous command will work as written.
111109

112110
2. Run the following command:
113111

exchange/docs-conceptual/connect-to-exchange-online-protection-powershell.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ If your account uses multi-factor authentication, use the steps in this section.
4444
Import-Module ExchangeOnlineManagement
4545
```
4646

47-
> [!NOTE]
48-
> If you've already [installed the EXO V2 module](exchange-online-powershell-v2.md#install-and-maintain-the-exo-v2-module), the previous command will work as written. If you haven't already installed the module, you can install and load the latest public version of the module in one step by running the command: `Import-Module -Name ExchangeOnlineManagement`.
47+
**Note**: If you've already [installed the EXO V2 module](exchange-online-powershell-v2.md#install-and-maintain-the-exo-v2-module), the previous command will work as written.
4948

5049
2. The command that you need to run uses the following syntax:
5150

@@ -87,8 +86,7 @@ If your account doesn't use multi-factor authentication, use the steps in this s
8786
Import-Module ExchangeOnlineManagement
8887
```
8988

90-
> [!NOTE]
91-
> If you've already [installed the EXO V2 module](exchange-online-powershell-v2.md#install-and-maintain-the-exo-v2-module), the previous command will work as written. If you haven't already installed the module, you can install and load the latest public version of the module in one step by running the command: `Import-Module -Name ExchangeOnlineManagement`.
89+
**Note**: If you've already [installed the EXO V2 module](exchange-online-powershell-v2.md#install-and-maintain-the-exo-v2-module), the previous command will work as written.
9290

9391
2. Run the following command:
9492

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

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ To use the older Exchange Online Remote PowerShell Module to connect to Security
3131

3232
## Connect to Security & Compliance PowerShell using MFA
3333

34+
> [!NOTE]
35+
> Currently, you can't use the EXO V2 module to connect to Security & Compliance Center PowerShell in GCC High or DoD environments using MFA. Instead, use the older instructions [V1 module - Connect to Security & Compliance Center PowerShell using MFA](v1-module-mfa-connect-to-scc-powershell.md).
36+
3437
If your account uses multi-factor authentication, use the steps in this section. Otherwise, skip to the [Connect to Security & Compliance Center PowerShell without using MFA](#connect-to-security--compliance-center-powershell-without-using-mfa) section.
3538

3639
1. In a Windows PowerShell window, load the EXO V2 module by running the following command:
@@ -39,8 +42,7 @@ If your account uses multi-factor authentication, use the steps in this section.
3942
Import-Module ExchangeOnlineManagement
4043
```
4144

42-
> [!NOTE]
43-
> If you've already [installed the EXO V2 module](exchange-online-powershell-v2.md#install-and-maintain-the-exo-v2-module), the previous command will work as written. If you haven't already installed the module, you can install and load the latest public version of the module in one step by running the command: `Import-Module -Name ExchangeOnlineManagement`.
45+
**Note**: If you've already [installed the EXO V2 module](exchange-online-powershell-v2.md#install-and-maintain-the-exo-v2-module), the previous command will work as written.
4446

4547
2. The command that you need to run uses the following syntax:
4648

@@ -63,17 +65,6 @@ If your account uses multi-factor authentication, use the steps in this section.
6365
Connect-IPPSSession -UserPrincipalName [email protected] -ConnectionUri https://ps.compliance.protection.outlook.de/PowerShell-LiveID -AzureADAuthorizationEndPointUri https://login.microsoftonline.de/common
6466
```
6567

66-
**This example connects to Security & Compliance Center PowerShell in a Microsoft GCC High organization**.
67-
68-
```powershell
69-
Connect-IPPSSession -UserPrincipalName [email protected] -ConnectionUri https://ps.compliance.protection.office365.us/powershell-liveid/ -AzureADAuthorizationEndPointUri https://login.microsoftonline.us/common
70-
```
71-
72-
**This example connects to Security & Compliance Center PowerShell in a Microsoft 365 DoD organization**.
73-
74-
```powershell
75-
Connect-IPPSSession -UserPrincipalName [email protected] -ConnectionUri https://l5.ps.compliance.protection.office365.us/powershell-liveid/ -AzureADAuthorizationEndPointUri https://login.microsoftonline.us/common
76-
7768
For detailed syntax and parameter information, see [Connect-IPPSSession](https://docs.microsoft.com/powershell/module/exchange/connect-exchangeonline).
7869

7970
> [!NOTE]
@@ -93,8 +84,7 @@ If your account doesn't use multi-factor authentication, use the steps in this s
9384
Import-Module ExchangeOnlineManagement
9485
```
9586

96-
> [!NOTE]
97-
> If you've already [installed the EXO V2 module](exchange-online-powershell-v2.md#install-and-maintain-the-exo-v2-module), the previous command will work as written. If you haven't already installed the module, you can install and load the latest public version of the module in one step by running the command: `Import-Module -Name ExchangeOnlineManagement`.
87+
**Note**: If you've already [installed the EXO V2 module](exchange-online-powershell-v2.md#install-and-maintain-the-exo-v2-module), the previous command will work as written.
9888

9989
2. Run the following command:
10090

0 commit comments

Comments
 (0)