Skip to content
Merged

3.7.2 #12632

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
10 changes: 7 additions & 3 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: 02/25/2025
ms.date: 03/26/2025
ms.audience: Admin
audience: Admin
ms.topic: article
Expand Down Expand Up @@ -613,6 +613,12 @@ Unless otherwise noted, the current release of the Exchange Online PowerShell mo

### Current release

#### Version 3.7.2

- New _DisableWAM_ parameter on **Connect-ExchangeOnline** that disables Web Account Manager (WAM).

### Previous releases

#### Version 3.7.1

- Added a new property named `ExoExchangeSecurityDescriptor` to the output of **Get-EXOMailbox** that's similar to the `ExchangeSecurityDescriptor` property in the output of **Get-Mailbox**.
Expand All @@ -621,8 +627,6 @@ Unless otherwise noted, the current release of the Exchange Online PowerShell mo
- **Get-VivaOrgInsightsDelegatedRole**
- **Remove-VivaOrgInsightsDelegatedRole**

### Previous releases

#### Version 3.7.0

- Integrated Web Account Manager (WAM) in authentication flows to enhance security.
Expand Down
8 changes: 7 additions & 1 deletion 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: 09/25/2024
ms.date: 03/26/2025
ms.audience: Admin
audience: Admin
ms.topic: article
Expand All @@ -22,6 +22,12 @@ 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)**.

## March 2025

- [Version 3.7.2](https://www.powershellgallery.com/packages/ExchangeOnlineManagement/3.7.1)

For information about what's in this release, see [Version 3.7.2](exchange-online-powershell-v2.md#version-372).

## January 2025

- [Version 3.7.1](https://www.powershellgallery.com/packages/ExchangeOnlineManagement/3.7.1)
Expand Down