I am trying to find a way to start the Add Roles and Features Wizard using a command, much how you can open Windows Features by typing optionalfeatures on Windows 7 and above. I want to create a shortcut to jump straight to the Wizard without having to open Server Manager first and then navigate to it via the menu. As the wizard is part of servermanager.exe (i.e. a Server Manager sub-process), I am assuming there may be a switch that can be passed to it, but I have not been able to find this. Does anyone know how to do this?
1 Answer
You can get directly to it, but it does still launch server manager:
ServerManager.exe -arw
Two years after you asked, but here it is :D