microsoft / CSS-Exchange

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

MSQM Windows Feature Check #2125

Open dpaulson45 opened 2 days ago

dpaulson45 commented 2 days ago

Issue: Exchange no longer requires the MSQM windows feature to be installed to have Exchange function. We should report it if it is installed.

Reason: No longer need this feature.

Fix: Get all Window Features to avoid multiple runs of Get-WindowsFeature being executed for each reason. Then determine if the two features are installed and if they are, report them.

Resolved #2105

Validation: Lab tested/pester tested