Skip to content

Commit 8d67daa

Browse files
authored
Merge branch 'master' into patch-253
2 parents c047a38 + 9049688 commit 8d67daa

39 files changed

+2114
-1694
lines changed

.openpublishing.publish.config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,5 +253,8 @@
253253
"target_framework": "net45",
254254
"version": "latest"
255255
}
256-
]
256+
],
257+
"docs_build_engine": {
258+
"name": "docfx_v3"
259+
}
257260
}

.openpublishing.redirection.json

Lines changed: 1281 additions & 1281 deletions
Large diffs are not rendered by default.

exchange/docs-conceptual/basic-auth-connect-to-eop-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: dansimp
66
ms.date:
77
ms.audience: Admin
88
ms.topic: article
9-
ms.service: eop
9+
ms.service: exchange-powershell
1010
localization_priority: Normal
1111
ms.assetid:
1212
ROBOTS: NOINDEX

exchange/docs-conceptual/basic-auth-connect-to-exo-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: dansimp
66
ms.date:
77
ms.audience: Admin
88
ms.topic: article
9-
ms.service: exchange-online
9+
ms.service: exchange-powershell
1010
localization_priority: Priority
1111
ms.collection: Strat_EX_Admin
1212
ms.custom:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: dansimp
66
ms.date:
77
ms.audience: Admin
88
ms.topic: article
9-
ms.service: o365-security-and-compliance
9+
ms.service: exchange-powershell
1010
localization_priority: Normal
1111
ms.assetid:
1212
ROBOTS: NOINDEX

exchange/docs-conceptual/cmdlet-property-sets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: dansimp
66
ms.date:
77
ms.audience: Admin
88
ms.topic: article
9-
ms.service: exchange-online
9+
ms.service: exchange-powershell
1010
ms.reviewer: navgupta
1111
localization_priority: Priority
1212
ms.collection: Strat_EX_Admin

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ manager: dansimp
55
ms.date:
66
ms.audience: Admin
77
ms.topic: article
8-
ms.service: exchange-online
8+
ms.service: exchange-powershell
99
ms.reviewer: navgupta
1010
localization_priority: Priority
1111
ms.collection: Strat_EX_Admin
@@ -36,16 +36,15 @@ To use the older Exchange Online Remote PowerShell Module to connect to Exchange
3636
3737
## Connect to Exchange Online PowerShell using MFA
3838

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.
4040

4141
1. In a Windows PowerShell window, load the EXO V2 module by running the following command:
4242

4343
```powershell
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: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ manager: dansimp
55
ms.date:
66
ms.audience: Admin
77
ms.topic: article
8-
ms.service: exchange-online
8+
ms.service: exchange-powershell
99
ms.reviewer: navgupta
1010
localization_priority: Priority
1111
ms.collection: Strat_EX_Admin
@@ -36,16 +36,15 @@ To use the older, less secure remote PowerShell connection instructions that [wi
3636
3737
## Connect to Exchange Online Protection PowerShell using MFA
3838

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.
4040

4141
1. In a Windows PowerShell window, load the EXO V2 module by running the following command:
4242

4343
```powershell
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-exchange-servers-using-remote-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: dansimp
66
ms.date:
77
ms.audience: ITPro
88
ms.topic: article
9-
ms.prod: exchange-server-itpro
9+
ms.service: exchange-powershell
1010
localization_priority: Priority
1111
ms.collection: Strat_EX_Admin
1212
ms.custom:

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ manager: dansimp
55
ms.date:
66
ms.audience: Admin
77
ms.topic: article
8-
ms.service: exchange-online
8+
ms.service: exchange-powershell
99
ms.reviewer: navgupta
1010
localization_priority: Priority
1111
ms.collection: Strat_EX_Admin
@@ -31,25 +31,25 @@ To use the older Exchange Online Remote PowerShell Module to connect to Security
3131

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

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.
3535

3636
1. In a Windows PowerShell window, load the EXO V2 module by running the following command:
3737

3838
```powershell
3939
Import-Module ExchangeOnlineManagement
4040
```
4141

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.
4443

4544
2. The command that you need to run uses the following syntax:
4645

4746
```powershell
48-
Connect-IPPSSession -UserPrincipalName <UPN> [-ConnectionUri <URL>] [-AzureADAuthorizationEndPointUri <URL>]
47+
Connect-IPPSSession -UserPrincipalName <UPN> [-ConnectionUri <URL>]
4948
```
5049

5150
- _\<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.
5353

5454
**This example connects to Security & Compliance Center PowerShell in a Microsoft 365 or Microsoft 365 GCC organization**.
5555

@@ -60,19 +60,20 @@ If you account uses multi-factor authentication, use the steps in this section.
6060
**This example connects to Security & Compliance Center PowerShell in an Office 365 Germany organization**.
6161

6262
```powershell
63-
Connect-IPPSSession -UserPrincipalName [email protected] -ConnectionUri https://ps.compliance.protection.outlook.de/PowerShell-LiveID -AzureADAuthorizationEndPointUri https://login.microsoftonline.de/common
63+
Connect-IPPSSession -UserPrincipalName [email protected] -ConnectionUri https://ps.compliance.protection.outlook.de/PowerShell-LiveID
6464
```
6565

6666
**This example connects to Security & Compliance Center PowerShell in a Microsoft GCC High organization**.
6767

6868
```powershell
69-
Connect-IPPSSession -UserPrincipalName [email protected] -ConnectionUri https://ps.compliance.protection.office365.us/powershell-liveid/ -AzureADAuthorizationEndPointUri https://login.microsoftonline.us/common
69+
Connect-IPPSSession -UserPrincipalName -ConnectionUri https://ps.compliance.protection.office365.us/powershell-liveid/
7070
```
7171

7272
**This example connects to Security & Compliance Center PowerShell in a Microsoft 365 DoD organization**.
7373

7474
```powershell
75-
Connect-IPPSSession -UserPrincipalName [email protected] -ConnectionUri https://l5.ps.compliance.protection.office365.us/powershell-liveid/ -AzureADAuthorizationEndPointUri https://login.microsoftonline.us/common
75+
Connect-IPPSSession -UserPrincipalName -ConnectionUri https://l5.ps.compliance.protection.office365.us/powershell-liveid/
76+
```
7677

7778
For detailed syntax and parameter information, see [Connect-IPPSSession](https://docs.microsoft.com/powershell/module/exchange/connect-exchangeonline).
7879

@@ -93,8 +94,7 @@ If your account doesn't use multi-factor authentication, use the steps in this s
9394
Import-Module ExchangeOnlineManagement
9495
```
9596

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.
9898

9999
2. Run the following command:
100100

@@ -107,10 +107,10 @@ If your account doesn't use multi-factor authentication, use the steps in this s
107107
3. The command that you need to run uses the following syntax:
108108

109109
```powershell
110-
Connect-IPPSSession -Credential $UserCredential -ConnectionUri <URL>
110+
Connect-IPPSSession -Credential $UserCredential [-ConnectionUri <URL>] [-AzureADAuthorizationEndpointUri <URL>]
111111
```
112112

113-
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).
114114

115115
**This example connects to Security & Compliance Center PowerShell in a Microsoft 365 or Microsoft 365 GCC organization**.
116116

@@ -121,19 +121,19 @@ If your account doesn't use multi-factor authentication, use the steps in this s
121121
**This example connects to Security & Compliance Center PowerShell in an Office 365 Germany organization**.
122122

123123
```powershell
124-
Connect-IPPSSession -Credential $UserCredential -ConnectionUri https://ps.compliance.protection.outlook.de/
124+
Connect-IPPSSession -Credential $UserCredential -ConnectionUri https://ps.compliance.protection.outlook.de/ -AzureADAuthorizationEndpointUri https://login.microsoftonline.de/common
125125
```
126126

127127
**This example connects to Security & Compliance Center PowerShell in a Microsoft GCC High organization**.
128128

129129
```powershell
130-
Connect-IPPSSession -Credential $UserCredential -ConnectionUri https://ps.compliance.protection.office365.us/powershell-liveid/
130+
Connect-IPPSSession -Credential $UserCredential -ConnectionUri https://ps.compliance.protection.office365.us/powershell-liveid/ -AzureADAuthorizationEndpointUri https://login.microsoftonline.us/common
131131
```
132132

133133
**This example connects to Security & Compliance Center PowerShell in a Microsoft 365 DoD organization**.
134134

135135
```powershell
136-
Connect-IPPSSession -Credential $UserCredential -ConnectionUri https://l5.ps.compliance.protection.office365.us/powershell-liveid/
136+
Connect-IPPSSession -Credential $UserCredential -ConnectionUri https://l5.ps.compliance.protection.office365.us/powershell-liveid/ -AzureADAuthorizationEndpointUri https://login.microsoftonline.us/common
137137
```
138138

139139
For detailed syntax and parameter information, see [Connect-IPPSSession](https://docs.microsoft.com/powershell/module/exchange/connect-exchangeonline).

exchange/docs-conceptual/control-remote-powershell-access-to-exchange-servers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: dansimp
66
ms.date:
77
ms.audience: ITPro
88
ms.topic: article
9-
ms.prod: exchange-server-itpro
9+
ms.service: exchange-powershell
1010
localization_priority: Normal
1111
ms.assetid: 064e3bb0-38bf-495e-9994-784f823b88dd
1212
description: "Administrators can learn how to block or allow users' remote PowerShell access to Exchange servers."

exchange/docs-conceptual/disable-access-to-exchange-online-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: dansimp
66
ms.date:
77
ms.audience: Admin
88
ms.topic: article
9-
ms.service: exchange-online
9+
ms.service: exchange-powershell
1010
localization_priority: Normal
1111
ms.assetid: f969816a-2607-4655-9d47-9e8767fb5633
1212
search.appverid: MET150

exchange/docs-conceptual/exchange-management-shell.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: "Exchange Server PowerShell (Exchange Management Shell)"
33
ms.author: chrisda
44
author: chrisda
5-
manager: sansimp
5+
manager: dansimp
66
ms.date:
77
ms.audience: ITPro
88
ms.topic: article
9-
ms.prod: exchange-server-itpro
9+
ms.service: exchange-powershell
1010
localization_priority: Normal
1111
ms.assetid: 925ad66f-2f05-4269-9923-c353d9c19312
1212
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
4242

4343
For details, see the following topics:
4444

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)
4747
- [Exchange 2013 system requirements](https://docs.microsoft.com/exchange/exchange-2013-system-requirements-exchange-2013-help)
4848
- [Exchange 2010 system requirements](https://docs.microsoft.com/previous-versions/office/exchange-server-2010/aa996719(v=exchg.141))
4949

0 commit comments

Comments
 (0)