Skip to content

Commit 280971c

Browse files
authored
Merge branch 'master' into patch-63
2 parents c0d4c07 + 9ca5725 commit 280971c

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

exchange/docs-conceptual/app-only-auth-powershell-v2.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,13 @@ After you register the certificate with your application, you can use the public
185185

186186
Azure AD has more than 50 admin roles available. For app-only authentication in Exchange Online, we currently support the previously mentioned roles:
187187

188-
- Global administrator
189-
- Compliance administrator
190-
- Security reader
191-
- Security administrator
192-
- Helpdesk administrator
188+
- Global administrator
189+
- Compliance administrator
190+
- Security reader
191+
- Security administrator
192+
- Helpdesk administrator
193+
- Exchange Service administrator
194+
- Global Reader
193195

194196
1. In the Azure AD portal under **Manage Azure Active Directory**, click **View**.
195197

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,17 @@ description: "Learn how to use remote PowerShell to connect to Exchange Online."
1818
# Connect to Exchange Online PowerShell
1919

2020
> [!NOTE]
21-
> We recommend that you use the Exchange Online PowerShell V2 module to connect to Exchange Online PowerShell. For instructions, see [Use the Exchange Online PowerShell V2 module](exchange-online-powershell-v2.md).
21+
> Since Basic Auth Deprecation has been announced and this method uses Basic Authentication on Server Side,
2222
2323
Exchange Online PowerShell allows you to manage your Exchange Online settings from the command line. You use Windows PowerShell on your local computer to create a remote PowerShell session to Exchange Online. It's a simple three-step process where you enter your Microsoft 365 credentials, provide the required connection settings, and then import the Exchange Online cmdlets into your local Windows PowerShell session so that you can use them.
2424

25-
> [!IMPORTANT]
26-
> If you want to use multi-factor authentication (MFA) to connect to Exchange Online PowerShell, you need to download and use the Exchange Online Remote PowerShell Module. For more information, see [Connect to Exchange Online PowerShell using multi-factor authentication](mfa-connect-to-exchange-online-powershell.md). <br/><br/> If you're a standalone Exchange Online Protection (EOP) customer (for example, you're using EOP to protect your on-premises email environment), use the connection instructions in [Connect to Exchange Online Protection PowerShell](connect-to-exchange-online-protection-powershell.md). If your on-premises Exchange organization has Exchange Enterprise CAL with Services licenses, EOP is one of the included services, and the connection instructions in this topic will work for you.
25+
> [!NOTE]
26+
>
27+
> - We're eventually going to [disable Basic authentication in Exchange Online](https://techcommunity.microsoft.com/t5/exchange-team-blog/basic-authentication-and-exchange-online-april-2020-update/ba-p/1275508), and the connection method described in this topic uses Basic authentication. We recommend that you use the [Exchange Online PowerShell V2 module](exchange-online-powershell-v2.md) to connect to Exchange Online PowerShell, because it uses Modern authentication in all scenarios.
28+
>
29+
> - The Exchange Online PowerShell V2 module works with multi-factor authentication (MFA). For MFA connection instructions using the older Exchange Online Remote PowerShell Module, see [Connect to Exchange Online PowerShell using multi-factor authentication](mfa-connect-to-exchange-online-powershell.md).
30+
>
31+
> - If you're a standalone Exchange Online Protection (EOP) customer (for example, you're using EOP to protect your on-premises email environment), use the connection instructions in [Connect to Exchange Online Protection PowerShell](connect-to-exchange-online-protection-powershell.md). If your on-premises Exchange organization has Exchange Enterprise CAL with Services licenses, EOP is one of the included services, and the connection instructions in this topic will work for you.
2732
2833
## What do you need to know before you begin?
2934

0 commit comments

Comments
 (0)