microsoft / CSS-Exchange

Exchange Server support tools and scripts
MIT License
1.21k stars 332 forks source link

[Work Item] MSQM Updated Guidance #2105

Open Davloe opened 2 weeks ago

Davloe commented 2 weeks ago

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"}