From 1564fa44fec70746ea2a7b8ecd606eb7d88f353d Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Tue, 18 Feb 2025 09:04:38 -0800 Subject: [PATCH 1/6] Update Set-ServerComponentState.md --- exchange/exchange-ps/exchange/Set-ServerComponentState.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exchange/exchange-ps/exchange/Set-ServerComponentState.md b/exchange/exchange-ps/exchange/Set-ServerComponentState.md index 1b887d2954..11c76cf3c6 100644 --- a/exchange/exchange-ps/exchange/Set-ServerComponentState.md +++ b/exchange/exchange-ps/exchange/Set-ServerComponentState.md @@ -56,7 +56,7 @@ The first command changes the state of all server components to Inactive. The second command changes the state to Active after the maintenance is over (required). -**Note**: By design, the Microsoft Exchange IMAP4 and Microsoft Exchange POP3 services stop if the related `ImapProxy` and `PopProxy` components are in the Inactive state. The services may need to be manually started after the related `ImapProxy` and `PopProxy` components are changed to the Active state. +**Note**: By design, the Microsoft Exchange IMAP4 and Microsoft Exchange POP3 services stop if the related `ImapProxy` and `PopProxy` components are in the Inactive state. You might need to manually restart the services after the related `ImapProxy` and `PopProxy` components are changed to the Active state. ## PARAMETERS From 3ff57a83de20e35c471832c18c526d5fa0b3095c Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Tue, 25 Feb 2025 11:30:46 -0800 Subject: [PATCH 2/6] Added v3.7.0 and 3.7.1 --- .../exchange-online-powershell-v2.md | 20 ++++++++++++++++--- .../whats-new-in-the-exo-module.md | 14 +++++++++++++ 2 files changed, 31 insertions(+), 3 deletions(-) diff --git a/exchange/docs-conceptual/exchange-online-powershell-v2.md b/exchange/docs-conceptual/exchange-online-powershell-v2.md index 399ea39cf3..45262a6a52 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: 10/28/2024 +ms.date: 02/25/2025 ms.audience: Admin audience: Admin ms.topic: article @@ -613,14 +613,28 @@ Unless otherwise noted, the current release of the Exchange Online PowerShell mo ### Current release +#### 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**. +- Added new cmdlets to support the Viva Org Insights Delegation feature: + - **Add-VivaOrgInsightsDelegatedRole** + - **Get-VivaOrgInsightsDelegatedRole** + - **Remove-VivaOrgInsightsDelegatedRole** + +### Previous releases + +#### Version 3.7.0 + +- Integrated Web Account Manager (WAM) in authentication flows to enhance security. +- You need to use the _LoadCmdletHelp_ parameter in **Connect-ExchangeOnline** command to access the **Get-Help** cmdlet (the **Get-Help** cmdlet is no longer loaded by default). +- Fixed connection issues with app only authentication in Security & Compliance PowerShell. + #### 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**. 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 8433f095b8..ea87af15bc 100644 --- a/exchange/docs-conceptual/whats-new-in-the-exo-module.md +++ b/exchange/docs-conceptual/whats-new-in-the-exo-module.md @@ -22,6 +22,20 @@ 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)**. +## January 2025 + +- [Version 3.1.1](https://www.powershellgallery.com/packages/ExchangeOnlineManagement/3.7.1) + + For information about what's in this release, see [Version 3.7.1](exchange-online-powershell-v2.md#version-371). + +## December 2024 + +- [Version 3.7.0](https://www.powershellgallery.com/packages/ExchangeOnlineManagement/3.7.0) + + Starting with this version of the module, you need to use the _LoadCmdletHelp_ parameter in **Connect-ExchangeOnline** command to access the **Get-Help** cmdlet (the **Get-Help** cmdlet is no longer loaded by default). + + For information about what's in this release, see [Version 3.7.0](exchange-online-powershell-v2.md#version-370-1). + ## September 2024 - [Version 3.6.0](https://www.powershellgallery.com/packages/ExchangeOnlineManagement/3.6.0) From 921b426f3bef58180daf8e44ba15008362e23a7a Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Tue, 25 Feb 2025 11:31:03 -0800 Subject: [PATCH 3/6] Update whats-new-in-the-exo-module.md --- exchange/docs-conceptual/whats-new-in-the-exo-module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ea87af15bc..5423056d89 100644 --- a/exchange/docs-conceptual/whats-new-in-the-exo-module.md +++ b/exchange/docs-conceptual/whats-new-in-the-exo-module.md @@ -24,7 +24,7 @@ This article lists new features in the Exchange Online PowerShell module that's ## January 2025 -- [Version 3.1.1](https://www.powershellgallery.com/packages/ExchangeOnlineManagement/3.7.1) +- [Version 3.7.1](https://www.powershellgallery.com/packages/ExchangeOnlineManagement/3.7.1) For information about what's in this release, see [Version 3.7.1](exchange-online-powershell-v2.md#version-371). From fa6a7ff6ae93a42923d69ed70c999d5e4a2fc9d4 Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Tue, 25 Feb 2025 11:38:03 -0800 Subject: [PATCH 4/6] LoadCmdletHelp clarification --- exchange/docs-conceptual/exchange-online-powershell-v2.md | 2 +- exchange/docs-conceptual/whats-new-in-the-exo-module.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/exchange/docs-conceptual/exchange-online-powershell-v2.md b/exchange/docs-conceptual/exchange-online-powershell-v2.md index 45262a6a52..f444bd67a5 100644 --- a/exchange/docs-conceptual/exchange-online-powershell-v2.md +++ b/exchange/docs-conceptual/exchange-online-powershell-v2.md @@ -626,7 +626,7 @@ Unless otherwise noted, the current release of the Exchange Online PowerShell mo #### Version 3.7.0 - Integrated Web Account Manager (WAM) in authentication flows to enhance security. -- You need to use the _LoadCmdletHelp_ parameter in **Connect-ExchangeOnline** command to access the **Get-Help** cmdlet (the **Get-Help** cmdlet is no longer loaded by default). +- Command line help for Exchange Online PowerShell cmdlets is no longer loaded by default. You need to use the _LoadCmdletHelp_ parameter in the **Connect-ExchangeOnline** command so help for Exchange Online PowerShell cmdlets is available to the **Get-Help** cmdlet. - Fixed connection issues with app only authentication in Security & Compliance PowerShell. #### Version 3.6.0 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 5423056d89..8aa1061f2c 100644 --- a/exchange/docs-conceptual/whats-new-in-the-exo-module.md +++ b/exchange/docs-conceptual/whats-new-in-the-exo-module.md @@ -32,7 +32,7 @@ This article lists new features in the Exchange Online PowerShell module that's - [Version 3.7.0](https://www.powershellgallery.com/packages/ExchangeOnlineManagement/3.7.0) - Starting with this version of the module, you need to use the _LoadCmdletHelp_ parameter in **Connect-ExchangeOnline** command to access the **Get-Help** cmdlet (the **Get-Help** cmdlet is no longer loaded by default). + Starting with this version of the module, command line help for Exchange Online PowerShell cmdlets is no longer loaded by default. You need to use the _LoadCmdletHelp_ parameter in the **Connect-ExchangeOnline** command so help for Exchange Online PowerShell cmdlets is available to the **Get-Help** cmdlet. For information about what's in this release, see [Version 3.7.0](exchange-online-powershell-v2.md#version-370-1). From 49485a3236f864210d7bfa5102fac0c933742eb5 Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Tue, 25 Feb 2025 11:39:44 -0800 Subject: [PATCH 5/6] Update whats-new-in-the-exo-module.md Link fix --- exchange/docs-conceptual/whats-new-in-the-exo-module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 8aa1061f2c..adb804cd89 100644 --- a/exchange/docs-conceptual/whats-new-in-the-exo-module.md +++ b/exchange/docs-conceptual/whats-new-in-the-exo-module.md @@ -34,7 +34,7 @@ This article lists new features in the Exchange Online PowerShell module that's Starting with this version of the module, command line help for Exchange Online PowerShell cmdlets is no longer loaded by default. You need to use the _LoadCmdletHelp_ parameter in the **Connect-ExchangeOnline** command so help for Exchange Online PowerShell cmdlets is available to the **Get-Help** cmdlet. - For information about what's in this release, see [Version 3.7.0](exchange-online-powershell-v2.md#version-370-1). + For information about what's in this release, see [Version 3.7.0](exchange-online-powershell-v2.md#version-370). ## September 2024 From 6b36bb4a737bf08c3ec22471cc4e734ab455095a Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Tue, 25 Feb 2025 11:41:34 -0800 Subject: [PATCH 6/6] LoadCmdletHelp clarification --- exchange/docs-conceptual/exchange-online-powershell-v2.md | 2 +- exchange/docs-conceptual/whats-new-in-the-exo-module.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/exchange/docs-conceptual/exchange-online-powershell-v2.md b/exchange/docs-conceptual/exchange-online-powershell-v2.md index f444bd67a5..f8f028cd3a 100644 --- a/exchange/docs-conceptual/exchange-online-powershell-v2.md +++ b/exchange/docs-conceptual/exchange-online-powershell-v2.md @@ -626,7 +626,7 @@ Unless otherwise noted, the current release of the Exchange Online PowerShell mo #### Version 3.7.0 - Integrated Web Account Manager (WAM) in authentication flows to enhance security. -- Command line help for Exchange Online PowerShell cmdlets is no longer loaded by default. You need to use the _LoadCmdletHelp_ parameter in the **Connect-ExchangeOnline** command so help for Exchange Online PowerShell cmdlets is available to the **Get-Help** cmdlet. +- Command line help for Exchange Online PowerShell cmdlets is no longer loaded by default. Use the _LoadCmdletHelp_ parameter in the **Connect-ExchangeOnline** command so help for Exchange Online PowerShell cmdlets is available to the **Get-Help** cmdlet. - Fixed connection issues with app only authentication in Security & Compliance PowerShell. #### Version 3.6.0 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 adb804cd89..b7aae96a3a 100644 --- a/exchange/docs-conceptual/whats-new-in-the-exo-module.md +++ b/exchange/docs-conceptual/whats-new-in-the-exo-module.md @@ -32,7 +32,7 @@ This article lists new features in the Exchange Online PowerShell module that's - [Version 3.7.0](https://www.powershellgallery.com/packages/ExchangeOnlineManagement/3.7.0) - Starting with this version of the module, command line help for Exchange Online PowerShell cmdlets is no longer loaded by default. You need to use the _LoadCmdletHelp_ parameter in the **Connect-ExchangeOnline** command so help for Exchange Online PowerShell cmdlets is available to the **Get-Help** cmdlet. + Starting with this version of the module, command line help for Exchange Online PowerShell cmdlets is no longer loaded by default. Use the _LoadCmdletHelp_ parameter in the **Connect-ExchangeOnline** command so help for Exchange Online PowerShell cmdlets is available to the **Get-Help** cmdlet. For information about what's in this release, see [Version 3.7.0](exchange-online-powershell-v2.md#version-370).