Skip to content

Commit e22dd4e

Browse files
authored
Merge pull request #12128 from MicrosoftDocs/chrisda
v3.6.0 EXO Module release
2 parents 5f500bc + 65529a9 commit e22dd4e

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

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

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: About the Exchange Online PowerShell V3 module
33
ms.author: chrisda
44
author: chrisda
55
manager: deniseb
6-
ms.date: 07/16/2024
6+
ms.date: 09/25/2024
77
ms.audience: Admin
88
audience: Admin
99
ms.topic: article
@@ -47,7 +47,7 @@ REST API connections require the PowerShellGet and PackageManagement modules. Fo
4747

4848
Cmdlets in REST API connections have the following advantages over their historical counterparts:
4949

50-
- **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).
50+
- **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).
5151
- **More reliable**: Transient failures use built-in retries, so failures or delays are minimized. For example:
5252
- Failures due to network delays.
5353
- 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
610610

611611
### Current release
612612

613+
#### Version 3.6.0
614+
615+
- **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).
616+
- Cmdlets for Viva feature access management now handle continuous access evaluation (CAE) claim challenges.
617+
- Added fix for compatibility issue with the Microsoft.Graph module.
618+
619+
### Previous releases
620+
613621
#### Version 3.5.1
614622

615623
- Bug fixes in **Get-EXOMailboxPermission** and **Get-EXOMailbox**.
616624
- The module has been upgraded to run on .NET 8, replacing the previous version based on .NET 6.
617625
- Enhancements in **Add-VivaModuleFeaturePolicy**.
618626

619-
### Previous releases
620-
621627
#### Version 3.5.0
622628

623629
- New **Get-VivaFeatureCategory** cmdlet.

exchange/docs-conceptual/whats-new-in-the-exo-module.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: What's new in the Exchange Online PowerShell module
33
ms.author: chrisda
44
author: chrisda
55
manager: deniseb
6-
ms.date: 07/16/2024
6+
ms.date: 09/25/2024
77
ms.audience: Admin
88
audience: Admin
99
ms.topic: article
@@ -22,17 +22,23 @@ description: "Learn about the new features and functionality available in the la
2222

2323
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)**.
2424

25+
## September 2024
26+
27+
- [Version 3.6.0](https://www.powershellgallery.com/packages/ExchangeOnlineManagement/3.6.0)
28+
29+
For information about what's in this release, see [Version 3.6.0](exchange-online-powershell-v2.md#version-360).
30+
2531
## July 2024
2632

2733
- [Version 3.5.1](https://www.powershellgallery.com/packages/ExchangeOnlineManagement/3.5.1) has been released.
2834

29-
For information about what's in this release, see [Version 3.5.1](exchange-online-powershell-v2.md#version-351)
35+
For information about what's in this release, see [Version 3.5.1](exchange-online-powershell-v2.md#version-351).
3036

3137
## May 2024
3238

3339
- [Version 3.5.0](https://www.powershellgallery.com/packages/ExchangeOnlineManagement/3.5.0) has been released.
3440

35-
For information about what's in this release, see [Version 3.5.0](exchange-online-powershell-v2.md#version-350)
41+
For information about what's in this release, see [Version 3.5.0](exchange-online-powershell-v2.md#version-350).
3642

3743
## October 2023
3844

0 commit comments

Comments
 (0)