Windows Server start Add Roles and Features Wizard command

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?

2

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

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like