Describe the work
Exchange Server 2019 Prerequisites
no longer requires windows component
MSQM
Additional Context
MSQM is used for various application communication scenarios. This windows feature has encountered multiple exploits requiring patches in the last 2 years and we should notify that its no longer required by Exchange.
Get-WindowsFeature -Name NET-WCF-MSMQ-Activation45, MSMQ | ? {$_.InstalledState -eq "Installed"}
Describe the work
Exchange Server 2019 Prerequisites
no longer requires windows component
MSQM
Additional Context
MSQM is used for various application communication scenarios. This windows feature has encountered multiple exploits requiring patches in the last 2 years and we should notify that its no longer required by Exchange.
Get-WindowsFeature -Name NET-WCF-MSMQ-Activation45, MSMQ | ? {$_.InstalledState -eq "Installed"}