microsoft / CSS-Exchange

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

[Feature Request] SetupAssist.ps1 report missing pre-requisite windows features? #1348

Open boogieshafer opened 1 year ago

boogieshafer commented 1 year ago

Is your request related to a problem? Please describe. A clear and concise description of what the problem is and the results it had on the environment.

seems like the SetupAssist.ps1 should also flag missing windows features in addition to flagging missing supplemental software packages

Describe The Request A clear and concise description of the feature to add to a current tool or a new tool with what we all want to be checking with examples.

add a test that looks at already installed windows features and confirms necessary pre-req features for exchange are installed

Additional context Add any other context or screenshots about the feature request here.

screenshot below of the current tool output run on a very vanilla windows 2019 server only shows missing supplemental packages and doesnt mention the other necessary windows features

Screen Shot 2022-11-11 at 14 43 21
boogieshafer commented 1 year ago

looks like the .NET 4.7.2 recommendation might need an update as well