Skip to content

Commit e8c6868

Browse files
committed
More Basic auth demise for ExO
SCC still uses RPS and V1 Module is still OK (no REST API backed cmdlets yet in SCC PowerShell).
1 parent c4e17b1 commit e8c6868

8 files changed

+12
-189
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6869,6 +6869,11 @@
68696869
"source_path": "exchange/docs-conceptual/basic-auth-connect-to-scc-powershell.md",
68706870
"redirect_url": "/powershell/exchange/connect-to-scc-powershell",
68716871
"redirect_document_id": false
6872+
},
6873+
{
6874+
"source_path": "exchange/docs-conceptual/v1-module-mfa-connect-to-exo-powershell.md",
6875+
"redirect_url": "/powershell/exchange/connect-to-exchange-online-powershell",
6876+
"redirect_document_id": false
68726877
}
68736878
]
68746879
}

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ To connect to Exchange Online PowerShell for automation, see [App-only authentic
2929

3030
To connect to Exchange Online PowerShell from C#, see [Use C# to connect to Exchange Online PowerShell](connect-to-exo-powershell-c-sharp.md).
3131

32-
To use the older, less secure remote PowerShell connection instructions that [will eventually be deprecated](https://techcommunity.microsoft.com/t5/exchange-team-blog/basic-authentication-deprecation-in-exchange-online-september/ba-p/3609437), see [Basic auth - Connect to Exchange Online PowerShell](basic-auth-connect-to-exo-powershell.md).
33-
34-
To use the older Exchange Online Remote PowerShell Module to connect to Exchange Online PowerShell using MFA, see [V1 module - Connect to Exchange Online PowerShell using MFA](v1-module-mfa-connect-to-exo-powershell.md). This older version of the module will eventually be retired.
35-
3632
## What do you need to know before you begin?
3733

3834
- The requirements for installing and using the module are described in [Install and maintain the Exchange Online PowerShell module](exchange-online-powershell-v2.md#install-and-maintain-the-exchange-online-powershell-module).

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ The Exchange Online PowerShell module uses modern authentication for connecting
2525
> [!NOTE]
2626
> Version 2.0.5 and earlier is known as the Exchange Online PowerShell V2 module (abbreviated as the EXO V2 module). Version 3.0.0 and later is known as the Exchange Online PowerShell V3 module (abbreviated as the EXO V3 module).
2727
28-
To use the older, less secure remote PowerShell connection instructions that [will eventually be deprecated](https://techcommunity.microsoft.com/t5/exchange-team-blog/basic-authentication-deprecation-in-exchange-online-september/ba-p/3609437), see [Basic auth - Connect to Exchange Online Protection PowerShell](basic-auth-connect-to-eop-powershell.md).
29-
3028
## What do you need to know before you begin?
3129

3230
- **The procedures in this article are only for Microsoft 365 organizations that don't have Exchange Online mailboxes**. For example, you have a standalone EOP subscription that protects your on-premises email environment. If your Microsoft 365 subscription includes Exchange Online mailboxes, you can't connect to EOP PowerShell; instead, you [connect to Exchange Online PowerShell](connect-to-exchange-online-powershell.md).

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ The Exchange Online PowerShell module uses modern authentication for connecting
2727
2828
To connect to Security & Compliance PowerShell for automation, see [App-only authentication for unattended scripts](app-only-auth-powershell-v2.md).
2929

30-
To use the older, less secure remote PowerShell connection instructions that [will eventually be deprecated](https://techcommunity.microsoft.com/t5/exchange-team-blog/basic-authentication-deprecation-in-exchange-online-september/ba-p/3609437), see [Basic auth - Connect to Security & Compliance PowerShell](basic-auth-connect-to-scc-powershell.md).
31-
32-
To use the older Exchange Online Remote PowerShell Module to connect to Security & Compliance PowerShell using MFA, see [V1 module - Connect to Security & Compliance PowerShell using MFA](v1-module-mfa-connect-to-scc-powershell.md). Note that this older version of the module will eventually be retired.
30+
To use the older Exchange Online Remote PowerShell Module (the V1 module) to connect to Security & Compliance PowerShell using MFA, see [V1 module - Connect to Security & Compliance PowerShell using MFA](v1-module-mfa-connect-to-scc-powershell.md). Note that this older version of the module will eventually be retired.
3331

3432
## What do you need to know before you begin?
3533

exchange/docs-conceptual/exchange-online-powershell-v2.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Version 3.0.0 or later is known as the EXO V3 module. The EXO V3 module improves
5757
|**Functionality**|All parameters and output properties available|Limited parameters and output properties available|All parameters and output properties available|
5858

5959
> [!NOTE]
60-
> Currently, no cmdlets in Security & Compliance PowerShell cmdlets are backed by the REST API. **All** cmdlets in Security & Compliance PowerShell still rely on the remote PowerShell session, so PowerShell on your client computer requires [Basic authentication in WinRM](#turn-on-basic-authentication-in-winrm) to successfully use the **Connect-IPPSSession** cmdlet.
60+
> Currently, no cmdlets in Security & Compliance PowerShell are backed by the REST API. **All** cmdlets in Security & Compliance PowerShell still rely on the remote PowerShell session, so PowerShell on your client computer requires [Basic authentication in WinRM](#turn-on-basic-authentication-in-winrm) to successfully use the **Connect-IPPSSession** cmdlet.
6161
6262
- REST API cmdlets in Exchange Online PowerShell have the same cmdlet names and work just like their remote PowerShell equivalents, so you don't need to update any of your scripts.
6363

@@ -111,8 +111,6 @@ Version 3.0.0 or later is known as the EXO V3 module. The EXO V3 module improves
111111

112112
For additional information, see the [Release notes](#release-notes) section later in this article.
113113

114-
For information about switching from the older Exchange Online Remote PowerShell Module (V1) to the current release, see [this blog post](https://techcommunity.microsoft.com/t5/exchange-team-blog/moving-from-the-exchange-powershell-v1-module-to-the-v2-preview/ba-p/3450679).
115-
116114
## Report bugs and issues for the Exchange Online PowerShell module
117115

118116
> [!NOTE]
@@ -149,8 +147,8 @@ The connection-related cmdlets in the module are listed in the following table:
149147

150148
|EXO module cmdlet|Older related cmdlet|Comments|
151149
|---|---|---|
152-
|[Connect-ExchangeOnline](/powershell/module/exchange/connect-exchangeonline)|[Connect-EXOPSSession](v1-module-mfa-connect-to-exo-powershell.md) <br> or <br> [New-PSSession](/powershell/module/microsoft.powershell.core/new-pssession)||
153-
|[Connect-IPPSSession](/powershell/module/exchange/connect-ippssession)|[Connect-IPPSSession](v1-module-mfa-connect-to-scc-powershell.md)||
150+
|[Connect-ExchangeOnline](/powershell/module/exchange/connect-exchangeonline)|**Connect-EXOPSSession** in V1 of the module <br> or <br> [New-PSSession](/powershell/module/microsoft.powershell.core/new-pssession)||
151+
|[Connect-IPPSSession](/powershell/module/exchange/connect-ippssession)|[Connect-IPPSSession in V1 of the module](v1-module-mfa-connect-to-scc-powershell.md)||
154152
|[Disconnect-ExchangeOnline](/powershell/module/exchange/disconnect-exchangeonline)|[Remove-PSSession](/powershell/module/microsoft.powershell.core/remove-pssession)||
155153
|[Get-ConnectionInformation](/powershell/module/exchange/get-connectioninformation)|[Get-PSSession](/powershell/module/microsoft.powershell.core/get-pssession)|Available in v3.0.0 or later.|
156154

exchange/docs-conceptual/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@
5757
href: filters-v2.md
5858
- name: Property sets in Exchange Online PowerShell module cmdlets
5959
href: cmdlet-property-sets.md
60-
- name: V1 module - Connect to Exchange Online PowerShell
61-
href: v1-module-mfa-connect-to-exo-powershell.md
6260
- name: Security & Compliance PowerShell
6361
href: scc-powershell.md
6462
items:

exchange/docs-conceptual/v1-module-mfa-connect-to-exo-powershell.md

Lines changed: 0 additions & 170 deletions
This file was deleted.

0 commit comments

Comments
 (0)