Hi All,
Microsoft has released the Exchange Server Security Updates yesterday for all currently supported Versions:
Exchange Server Subscription Edition (SE) Exchange Server 2019 Exchange Server 2016 Exchange Team Blog Article
Released: September 2025 Exchange Server Hotfix Updates Hotfix update for Exchange Server Subscription Edition RTM HU2: September 8, 2025 (KB5066373) Online archiving fails for on-premises users in hybrid environment Issues that this hotfix update fixes:
Online archiving fails for on-premises users in hybrid environment using the dedicated Hybrid App Exchange Server Subscription Edition In my case, i’ve downloaded the Security Update for Exchange Server Subscription Edition
Hi All,
Two days ago, Microsoft has released a new Version of Entra Connect Sync.
It’s only downloadable via the Microsoft Entra Admin Center
Microsoft Entra Connect: Version release history Download Download is only availabel in Entra Admin Portal and is now not as hidden anymore
Entra Admin Center > Identity > Entra Connect > Entra Connect Sync Download the latest Entra Connect Sync Version
If you click on the Download Link you have to click on the “Accept terms & download” Button.
Hi All,
Just a few hours ago, a new Version of the AZ (Azure) PowerShell Module has been released to PowerShell Gallery.
PowerShell Gallery Az 14.4.0 GitHub Release Notes Az v14.4.0-September2025 Bump Version for 14.4.0 I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery
Get-InstalledPSResource -Name AZ -Scope CurrentUser Find-PSResource -Name AZ Uninstall the old Modules
Uninstall-PSResource AZ -Scope CurrentUser -SkipDependencyCheck In the last few months i’ve noticed that uninstalling some Modules seems to have Problems.
Hi All,
Yesterday a new Version of the MicrosoftPlaces PowerShell Module has been released.
Note: This PowerShell Module Requires PowerShell 7 and newer
PowerShell Gallery MicrosoftPlaces 2.0.4 Release Notes:
The realease Notes have not been updated I am using the new PSResourceGet here instead of the PowerShellGet commands.
Check installed Module and what’s available in the PowerShell Gallery
Get-InstalledPSResource -Name MicrosoftPlaces -Scope CurrentUser Find-PSResource -Name MicrosoftPlaces Uninstall old Version
Uninstall-PSResource -Name MicrosoftPlaces -Scope CurrentUser I’ve updated the M365PSProfile PowerShell Module and the Uninstall-M365Module Function with the Parameter -FileMode.