Skip to content

Commit 5140842

Browse files
committed
EOP to SCC
1 parent ba35c49 commit 5140842

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ ms.collection: Strat_EX_Admin
1313
ms.custom:
1414
ms.assetid:
1515
search.appverid: MET150
16+
robots: noindex,nofollow
1617
description: "Learn about using the Exchange Online V2 module in scripts and other long-running tasks."
1718
---
1819

@@ -91,15 +92,15 @@ For a detailed visual flow bout creating applications in Azure AD, see <https://
9192
9293
## Roadmap
9394
94-
App-only authentication is currently supported for the legacy remote PowerShell cmdlets that you access by using the **Connect-ExchangeOnline** cmdlet in the EXO V2 module. It doesn't work with the 9 new EXO V2 cmdlets in the module (for example, Get-EXOMailbox), nor does it work with Exchange Online Protection cmdlets that you access by using the **ConnectIPPSSession** cmdlet.
95+
App-only authentication is currently supported for the legacy remote PowerShell cmdlets that you access by using the **Connect-ExchangeOnline** cmdlet in the EXO V2 module. It doesn't work with the 9 new EXO V2 cmdlets in the module (for example, Get-EXOMailbox), nor does it work with Office 365 Security & Compliance Center PowerShell cmdlets that you access by using the **ConnectIPPSSession** cmdlet.
9596
9697
The following list describes other items that we're working on:
9798
9899
- Support for passing the certificate as a byte array.
99100
- Support for more built-in RBAC roles (Exchange Service Admin, Global Reader, Recipient Admin)
100101
- Custom RBAC and mailbox scoping using Azure AD administrative units.
101102
- Delegation support in app-only scenarios
102-
- Support for Exchange Online Protection cmdlets.
103+
- Support for Security & Compliance Center PowerShell cmdlets.
103104
104105
## Appendix
105106

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ Get-EXOMailbox -ResultSize 10 -PropertySets All
284284

285285
### Current release: Version 0.4368.1
286286

287-
- Added support for Exchange Online Protection (EOP) cmdlets using the **Connect-IPPSSession** cmdlet.
287+
- Added support for Office 365 Security & Compliance Center PowerShell cmdlets using the **Connect-IPPSSession** cmdlet.
288288

289289
- Hide the announcement banner using the _ShowBanner_ switch. Run the following command to hide the banner:
290290

0 commit comments

Comments
 (0)