Exchange Online – A new Exchange Online PowerShell module v2 is now available in preview
For those working with Office 365 and Exchange Online, you already know that the Exchange Online PowerShell modules have been evolving and is now...
If you are still managing on-premises Exchange environment you know you have to keep up with the cumulative update to keep your environment secure and supported.
Well, the latest Exchange cumulative update for Exchange 2016 and Exchange 2019 (Exchange 2016 CU 22 and Exchange 2019 CU 11) is now available and is not the usual cumulative update as it introduces new security capability, new prerequisites and changes in command line deployment.
First stop, this CU now requires to have the IIS URL Rewrite module (available here for download http://download.microsoft.com/download/1/2/8/128E2E22-C1B9-44A4-BE2A-5859ED1D4592/rewrite_amd64_en-US.msi).
The URL Rewrite module is required because of the new Exchange Server Emergency Mitigation (EM).
The new Exchange Server Emergency Mitigation is a built-in version of the Exchange On-Premises Mitigation Tool (EOMT – released earlier in March One-Click Microsoft Exchange On-Premises Mitigation Tool – March 2021 – Microsoft Security Response Center) which communicate with the Office Config Service (OCS) to provide protection against known Exchange threats by connecting to https://officeclient.microsoft.com/getexchangemitigations. This means your Exchange servers need to have internet connectivity.
The service (Microsoft Exchange Emergency Mitigation Service – MSExchangeMitigation) is checking hourly for new known threats; when a new threat is detected, identified and fixed, the service will be notified and implement automatically the pre-configured settings.
The use of ESEM is optional but always installed, you can turn it off after the installation using the commands:
Set-OrganizationConfig -MitigationsEnabled $false
Set-ExchangeServer -Identity <ServerName> -MitigationsEnabled $false
The EM service will create a new virtual directory (PushNotifications) below the Exchange Back End site in IIS
You get use the new PowerShell script – Get-Mitigations.ps1 – to get the list of available mitigations.
Finally, the last important update for you with this CU is the command line parameters have been changed.
If you install your CU using the command line, you now need to use /IAcceptExchangeServerLicenseTerms_DiagnosticDataON or /IAcceptExchangeServerLicenseTerms_DiagnosticDataOFF instead of /IAcceptExchangeServerLicenseTerms.
For those working with Office 365 and Exchange Online, you already know that the Exchange Online PowerShell modules have been evolving and is now...
As you know, managing Exchange and Exchange Online can be done from either the Exchange Administration Center (EAC) or with PowerShell modules.
It has been announced at last year Ignite Conference (Ignite 2019) and since then has been in preview.