diff --git a/exchange/docs-conceptual/exchange-online-powershell-v2.md b/exchange/docs-conceptual/exchange-online-powershell-v2.md index 59e5c7898c..60a1167915 100644 --- a/exchange/docs-conceptual/exchange-online-powershell-v2.md +++ b/exchange/docs-conceptual/exchange-online-powershell-v2.md @@ -3,7 +3,7 @@ title: About the Exchange Online PowerShell V3 module ms.author: chrisda author: chrisda manager: deniseb -ms.date: 07/16/2024 +ms.date: 09/25/2024 ms.audience: Admin audience: Admin ms.topic: article @@ -47,7 +47,7 @@ REST API connections require the PowerShellGet and PackageManagement modules. Fo Cmdlets in REST API connections have the following advantages over their historical counterparts: -- **More secure**: Built-in support for modern authentication and don't rely on the remote PowerShell session. PowerShell on your client computer doesn't need [Basic authentication in WinRM](#turn-on-basic-authentication-in-winrm). +- **More secure**: Built-in support for modern authentication and no dependence on the remote PowerShell session. PowerShell on your client computer doesn't need [Basic authentication in WinRM](#turn-on-basic-authentication-in-winrm). - **More reliable**: Transient failures use built-in retries, so failures or delays are minimized. For example: - Failures due to network delays. - Delays due to large queries that take a long time to complete. @@ -610,14 +610,20 @@ Unless otherwise noted, the current release of the Exchange Online PowerShell mo ### Current release +#### Version 3.6.0 + +- **Get-VivaModuleFeature** now returns information about the kinds of identities that the feature supports creating policies for (for example, users, groups, or the entire tenant). +- Cmdlets for Viva feature access management now handle continuous access evaluation (CAE) claim challenges. +- Added fix for compatibility issue with the Microsoft.Graph module. + +### Previous releases + #### Version 3.5.1 - Bug fixes in **Get-EXOMailboxPermission** and **Get-EXOMailbox**. - The module has been upgraded to run on .NET 8, replacing the previous version based on .NET 6. - Enhancements in **Add-VivaModuleFeaturePolicy**. -### Previous releases - #### Version 3.5.0 - New **Get-VivaFeatureCategory** cmdlet. diff --git a/exchange/docs-conceptual/whats-new-in-the-exo-module.md b/exchange/docs-conceptual/whats-new-in-the-exo-module.md index 6bff7c94e8..8433f095b8 100644 --- a/exchange/docs-conceptual/whats-new-in-the-exo-module.md +++ b/exchange/docs-conceptual/whats-new-in-the-exo-module.md @@ -3,7 +3,7 @@ title: What's new in the Exchange Online PowerShell module ms.author: chrisda author: chrisda manager: deniseb -ms.date: 07/16/2024 +ms.date: 09/25/2024 ms.audience: Admin audience: Admin ms.topic: article @@ -22,17 +22,23 @@ description: "Learn about the new features and functionality available in the la This article lists new features in the Exchange Online PowerShell module that's used for connecting to Exchange Online PowerShell, Security & Compliance PowerShell, and standalone Exchange Online Protection (EOP) PowerShell. Features that are currently in preview are denoted with **(preview)**. +## September 2024 + +- [Version 3.6.0](https://www.powershellgallery.com/packages/ExchangeOnlineManagement/3.6.0) + + For information about what's in this release, see [Version 3.6.0](exchange-online-powershell-v2.md#version-360). + ## July 2024 - [Version 3.5.1](https://www.powershellgallery.com/packages/ExchangeOnlineManagement/3.5.1) has been released. - For information about what's in this release, see [Version 3.5.1](exchange-online-powershell-v2.md#version-351) + For information about what's in this release, see [Version 3.5.1](exchange-online-powershell-v2.md#version-351). ## May 2024 - [Version 3.5.0](https://www.powershellgallery.com/packages/ExchangeOnlineManagement/3.5.0) has been released. - For information about what's in this release, see [Version 3.5.0](exchange-online-powershell-v2.md#version-350) + For information about what's in this release, see [Version 3.5.0](exchange-online-powershell-v2.md#version-350). ## October 2023