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-exchange-online-powershell.md
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,7 @@ If your account uses multi-factor authentication, use the steps in this section.
44
44
Import-Module ExchangeOnlineManagement
45
45
```
46
46
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.
49
48
50
49
2. The command that you need to run uses the following syntax:
51
50
@@ -106,8 +105,7 @@ If your account doesn't use multi-factor authentication, use the steps in this s
106
105
Import-Module ExchangeOnlineManagement
107
106
```
108
107
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.
Copy file name to clipboardExpand all lines: exchange/docs-conceptual/connect-to-exchange-online-protection-powershell.md
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,7 @@ If your account uses multi-factor authentication, use the steps in this section.
44
44
Import-Module ExchangeOnlineManagement
45
45
```
46
46
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.
49
48
50
49
2. The command that you need to run uses the following syntax:
51
50
@@ -87,8 +86,7 @@ If your account doesn't use multi-factor authentication, use the steps in this s
87
86
Import-Module ExchangeOnlineManagement
88
87
```
89
88
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.
Copy file name to clipboardExpand all lines: exchange/docs-conceptual/connect-to-scc-powershell.md
+5-15Lines changed: 5 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,9 @@ To use the older Exchange Online Remote PowerShell Module to connect to Security
31
31
32
32
## Connect to Security & Compliance PowerShell using MFA
33
33
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
+
34
37
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.
35
38
36
39
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.
39
42
Import-Module ExchangeOnlineManagement
40
43
```
41
44
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.
44
46
45
47
2. The command that you need to run uses the following syntax:
46
48
@@ -63,17 +65,6 @@ If your account uses multi-factor authentication, use the steps in this section.
For detailed syntax and parameter information, see [Connect-IPPSSession](https://docs.microsoft.com/powershell/module/exchange/connect-exchangeonline).
78
69
79
70
> [!NOTE]
@@ -93,8 +84,7 @@ If your account doesn't use multi-factor authentication, use the steps in this s
93
84
Import-Module ExchangeOnlineManagement
94
85
```
95
86
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.
0 commit comments