Skip to content

Publish main to live, Wednesday 3:30PM PDT, 09/25 #12129

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions exchange/docs-conceptual/exchange-online-powershell-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down
12 changes: 9 additions & 3 deletions exchange/docs-conceptual/whats-new-in-the-exo-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down