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
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ manager: dansimp
5
5
ms.date:
6
6
ms.audience: Admin
7
7
ms.topic: article
8
-
ms.service: exchange-online
8
+
ms.service: exchange-powershell
9
9
ms.reviewer: navgupta
10
10
localization_priority: Priority
11
11
ms.collection: Strat_EX_Admin
@@ -36,16 +36,15 @@ To use the older Exchange Online Remote PowerShell Module to connect to Exchange
36
36
37
37
## Connect to Exchange Online PowerShell using MFA
38
38
39
-
If you account uses multi-factor authentication, use the steps in this section. Otherwise, skip to the [Connect to Exchange Online PowerShell without using MFA](#connect-to-exchange-online-powershell-without-using-mfa) section.
39
+
If your account uses multi-factor authentication, use the steps in this section. Otherwise, skip to the [Connect to Exchange Online PowerShell without using MFA](#connect-to-exchange-online-powershell-without-using-mfa) section.
40
40
41
41
1. In a Windows PowerShell window, load the EXO V2 module by running the following command:
42
42
43
43
```powershell
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
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ manager: dansimp
5
5
ms.date:
6
6
ms.audience: Admin
7
7
ms.topic: article
8
-
ms.service: exchange-online
8
+
ms.service: exchange-powershell
9
9
ms.reviewer: navgupta
10
10
localization_priority: Priority
11
11
ms.collection: Strat_EX_Admin
@@ -36,16 +36,15 @@ To use the older, less secure remote PowerShell connection instructions that [wi
36
36
37
37
## Connect to Exchange Online Protection PowerShell using MFA
38
38
39
-
If you account uses multi-factor authentication, use the steps in this section. Otherwise, skip to the [Connect to Exchange Online Protection PowerShell without using MFA](#connect-to-exchange-online-protection-powershell-without-using-mfa) section.
39
+
If your account uses multi-factor authentication, use the steps in this section. Otherwise, skip to the [Connect to Exchange Online Protection PowerShell without using MFA](#connect-to-exchange-online-protection-powershell-without-using-mfa) section.
40
40
41
41
1. In a Windows PowerShell window, load the EXO V2 module by running the following command:
42
42
43
43
```powershell
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
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ manager: dansimp
5
5
ms.date:
6
6
ms.audience: Admin
7
7
ms.topic: article
8
-
ms.service: exchange-online
8
+
ms.service: exchange-powershell
9
9
ms.reviewer: navgupta
10
10
localization_priority: Priority
11
11
ms.collection: Strat_EX_Admin
@@ -31,25 +31,25 @@ 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
-
If you 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.
34
+
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
35
36
36
1. In a Windows PowerShell window, load the EXO V2 module by running the following command:
37
37
38
38
```powershell
39
39
Import-Module ExchangeOnlineManagement
40
40
```
41
41
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`.
42
+
**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
43
45
44
2. The command that you need to run uses the following syntax:
-_\<UPN\>_ is your account in user principal name format (for example, `[email protected]`).
52
-
- 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).
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 _AzureADAuthorizationEndpointUri_ parameter in environments that would otherwise require it.
53
53
54
54
**This example connects to Security & Compliance Center PowerShell in a Microsoft 365 or Microsoft 365 GCC organization**.
55
55
@@ -60,19 +60,20 @@ If you account uses multi-factor authentication, use the steps in this section.
60
60
**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).
78
79
@@ -93,8 +94,7 @@ If your account doesn't use multi-factor authentication, use the steps in this s
93
94
Import-Module ExchangeOnlineManagement
94
95
```
95
96
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`.
97
+
**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.
98
98
99
99
2. Run the following command:
100
100
@@ -107,10 +107,10 @@ If your account doesn't use multi-factor authentication, use the steps in this s
107
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).
114
114
115
115
**This example connects to Security & Compliance Center PowerShell in a Microsoft 365 or Microsoft 365 GCC organization**.
116
116
@@ -121,19 +121,19 @@ If your account doesn't use multi-factor authentication, use the steps in this s
121
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/docs-conceptual/exchange-management-shell.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
title: "Exchange Server PowerShell (Exchange Management Shell)"
3
3
ms.author: chrisda
4
4
author: chrisda
5
-
manager: sansimp
5
+
manager: dansimp
6
6
ms.date:
7
7
ms.audience: ITPro
8
8
ms.topic: article
9
-
ms.prod: exchange-server-itpro
9
+
ms.service: exchange-powershell
10
10
localization_priority: Normal
11
11
ms.assetid: 925ad66f-2f05-4269-9923-c353d9c19312
12
12
description: "Learn about Exchange Server PowerShell, also known as the Exchange Management Shell. This topic describes how PowerShell works on Exchange servers, and provides links to other topics that can help you learn how to use the Exchange Management Shell."
@@ -42,8 +42,8 @@ A benefit of remote PowerShell is that you can use Windows PowerShell on a local
42
42
43
43
For details, see the following topics:
44
44
45
-
-[Exchange 2019 system requirements](https://docs.microsoft.com/Exchange/plan-and-deploy/system-requirements?view=exchserver-2019)
46
-
-[Exchange 2016 system requirements](https://docs.microsoft.com/Exchange/plan-and-deploy/system-requirements?view=exchserver-2016)
45
+
-[Exchange 2019 system requirements](https://docs.microsoft.com/Exchange/plan-and-deploy/system-requirements?view=exchserver-2019&preserve-view=true)
46
+
-[Exchange 2016 system requirements](https://docs.microsoft.com/Exchange/plan-and-deploy/system-requirements?view=exchserver-2016&preserve-view=true)
47
47
-[Exchange 2013 system requirements](https://docs.microsoft.com/exchange/exchange-2013-system-requirements-exchange-2013-help)
48
48
-[Exchange 2010 system requirements](https://docs.microsoft.com/previous-versions/office/exchange-server-2010/aa996719(v=exchg.141))
0 commit comments