#ExchangeOnlineManagement
PS C:\ Import-Module ExchangeOnlineManagement
PS C:\ Connect-ExchangeOnline

>>> Hangs for days. <<<

#microsoft
November 6, 2025 at 3:29 PM
PS C:\ Import-Module ExchangeOnlineManagement
PS C:\ Connect-ExchangeOnline

>>> Hangs for days. <<<

#microsoft
November 6, 2025 at 3:27 PM
🚨New #ExchangeOnlineManagement #PowerShell Module 3.9.0 has been released.
- I don't know why it says 8 days. It was not there yesterday!
bit.ly/41f6qAQ
August 21, 2025 at 6:45 AM
You have to love those moments when troubleshooting prompts you to dig a little deeper than usual and your curiosity is rewarded! Today I noticed the IsCloudShellEnvironment function in the ExchangeOnlineManagement #PowerShell module. Neat trick for workflows!
August 8, 2025 at 8:14 PM
🚨New #ExchangeOnlineManagement #PowerShell Module 3.9.0-Preview1 has been released
- Introduce -EnableSearchOnlySession switch in Connect-IPPSSession cmdlet
bit.ly/3H2jOBw
July 31, 2025 at 6:36 AM
It's a real good thing ExchangeOnlineManagement PowerShell module exists. I'd die if I had to add these ~1200 members to a distribution group by hand.
June 6, 2025 at 6:50 AM
🚨New #ExchangeOnlineManagement #PowerShell Module has been released. All the details in my #Blog Article 📢
bit.ly/3YRXmAM
May 19, 2025 at 7:15 PM
🚨Two weeks ago the new #ExchangeOnlineManagement 3.8.0 #Preview1 #PowerShell Module has been released.
- Support for providing an Access Token with Connect-IPPSSession.
In my #Blog Article i show you how to use the #AccessToken with Security & Compliance PowerShell
bit.ly/43Rn9wd
April 17, 2025 at 5:56 AM
The other neat thing about this release that it works with all the current MSFT modules like Microsoft.Graph.Authentication, MicrosoftTeams, and ExchangeOnlineManagement. Now if Microsoft would avoid breaking changes in minor versions of Microsoft.Identity.Client, I'd be very happy.
#PowerShell Universal 5.5.0 has been released! This release brings fine grained permissions for scripts, a new gauge chart, textbox masking and more! blog.ironmansoftware.com/powershell-u...
April 15, 2025 at 5:04 PM
🚨New #ExchangeOnlineManagement #PowerShell Module 3.7.2 has been released.
Note: I've getting Errors with PowerShell 5.1 - works fine in PowerShell 7.5
bit.ly/4ir0T0D
March 22, 2025 at 8:59 AM
A super simple Compliance Search within ExchangeOnlineManagement.
Powershell in Windows wouldn’t call the default browser to bring up the MFA confirmation.

Ran it the same way in Linux, via WSL. WORKED A CHARM.
February 26, 2025 at 6:43 PM
It’s an absolute nightmare if you have a script that needs Graph, ExchangeOnlineManagement and PNP. Trying to find versions of all 3 that play nicely is like trying to win the lottery. Then try the same with Azure Automation in the mix🤬
February 25, 2025 at 7:41 PM
When is the latest version not the latest version? Is anyone else seeing this with version 3.7.1 of the #M365 #ExchangeOnline #PowerShell module, or am I a ❄️?
January 27, 2025 at 7:36 PM
🚨New #ExchangeOnlineManagement #PowerShell Module 3.7.1 has been released
bit.ly/4gZLAew
January 21, 2025 at 9:09 PM
ExchangeOnlineManagement 𝟯.𝟳.𝟬 adds extended 𝗺𝗲𝘀𝘀𝗮𝗴𝗲 𝘁𝗿𝗮𝗰𝗲 𝗵𝗶𝘀𝘁𝗼𝗿𝘆, optional help file loading, and 𝗜𝗣𝘃𝟲 𝘀𝘂𝗽𝗽𝗼𝗿𝘁 for inbound mail. Plus, the external 𝗿𝗲𝗰𝗶𝗽𝗶𝗲𝗻𝘁 𝗿𝗮𝘁𝗲 𝗹𝗶𝗺𝗶𝘁 rollout is delayed, giving admins more time to prepare.

#ExchangeOnline #PowerShell

www.alweys.ch/blog/2025/01/19...
Exploring ExchangeOnlineManagement 3.7.0: Features and Changes - Alweys C//oud
Ensure that your cloud is always oriented the right way! by Stefan Wey
www.alweys.ch
January 19, 2025 at 10:01 AM
Anyone using ExchangeOnlineManagement module with a no language mode endpoint? It seems the update from 3.4-> 3.5.1 has changed the way the module imports, which now loads PowerShellGet and PackageManagement. This causes issues in NoLangaugeMode.
January 9, 2025 at 7:39 PM
🚀I've published a new Version of my Icewolf.EXO.SpamAnalyze #PowerShell Module for #ExchangeOnline
- Added Support for Get-MessageTraceV2 / Get-MessageTraceDetailV2
- Updated the ReqiredModule ExchangeOnlineManagement to 3.7.0
bit.ly/4iZjqlv
January 7, 2025 at 8:17 PM
🚨A few days ago Microsoft has released #ExchangeOnlineManagement 3.7.1-Preview #PowerShell Module.
bit.ly/3PgxGZh
December 30, 2024 at 10:45 AM
I'm upgrading some functions and script dependencies today so hold some good vibes ya'll 🤩

I'm most interested in upgrading ExchangeOnlineManagement to 3.7.0 and to start using the Global variable EXO_LastExecutionStatus that was introduced in 3.3.0

#PowerShell
December 18, 2024 at 10:20 PM
仕事で使うWindowsを新調したので初期設定を色々行っているのだが、PowerShellから365のExchangeの管理者設定を行うためのExchangeOnlineManagementの最新バージョン(3.7.0)に問題があるっぽい。ExchangeOnlineに接続しようとしてもエラーではじかれる。
3.7.0をアンインストールして、前のバージョンの3.6.0を指定してインストールし直す事で問題解決したけど、このレベルのプロダクトで、何でこんな豪快な不具合が……。
December 17, 2024 at 2:49 AM
2/ If you want to check the status, open PowerShell and log in:
Connect-ExchangeOnlineManagement

Run the following command:
Get-AdminAuditLogConfig |Select-Object -ExpandProperty UnifiedAuditLogIngestionEnabled
December 11, 2024 at 1:48 PM
There is no comprehensive list of Office 365 auditable events that I'm aware of, but this is how I discover them in case anyone else would like to do this for themselves :) Install-Module ExchangeOnlineManagement
Connect-ExchangeOnline
Set-Mailbox <name> -AuditOwner @{add='a'} https://t.co...
November 18, 2024 at 12:10 AM
#Requires ExchangeOnlineManagement

# Connect to Exchange Online
Connect-ExchangeOnline

# Enable all advanced auditing
(Get-Mailbox -ResultSize Unlimited -Filter { RecipientType -eq "UserMailbox" -and RecipientTypeDetails -ne "DiscoveryMailbox"}).PrimarySmtpAddress |…
November 18, 2024 at 12:10 AM
🚨New #ExchangeOnlineManagement #PowerShell Module 3.4.0 has been released.
- Bug fixes in Connect-ExchangeOnline, Get-EXORecipientPermission and Get-EXOMailboxFolderPermission.
- Support to use Constrained Language Mode (CLM) using SigningCertificate parameter.
bit.ly/46xzeoY
October 12, 2023 at 6:21 AM