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?
windows windows-server-2008-r2 windows-server-2012-r2 windows-server
add a comment |
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?
windows windows-server-2008-r2 windows-server-2012-r2 windows-server
1
As you already said it's part ofServerManager
apparently so you'd have to start him anyway. You could usedism
,sconfig
or the PowerShell (Add-WindowsFeature etc.
) if you want to avoid it. Don't forget that you could actually manage other servers with the current server manager as well.
– Seth
Oct 18 '16 at 12:28
Sure, but the goal here is to jump straight to the Add Roles and Features Wizard, bypassing the menu to get to it. Surely there has to be a way to do this, as if you openappwiz.cpl
and then clickTurn Windows features on and off
, it starts Server Manager and opens the Wizard directly.
– Robert Wigley
Oct 18 '16 at 12:31
add a comment |
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?
windows windows-server-2008-r2 windows-server-2012-r2 windows-server
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?
windows windows-server-2008-r2 windows-server-2012-r2 windows-server
windows windows-server-2008-r2 windows-server-2012-r2 windows-server
edited Oct 18 '16 at 14:57
Robert Wigley
asked Oct 18 '16 at 12:17
Robert WigleyRobert Wigley
1014
1014
1
As you already said it's part ofServerManager
apparently so you'd have to start him anyway. You could usedism
,sconfig
or the PowerShell (Add-WindowsFeature etc.
) if you want to avoid it. Don't forget that you could actually manage other servers with the current server manager as well.
– Seth
Oct 18 '16 at 12:28
Sure, but the goal here is to jump straight to the Add Roles and Features Wizard, bypassing the menu to get to it. Surely there has to be a way to do this, as if you openappwiz.cpl
and then clickTurn Windows features on and off
, it starts Server Manager and opens the Wizard directly.
– Robert Wigley
Oct 18 '16 at 12:31
add a comment |
1
As you already said it's part ofServerManager
apparently so you'd have to start him anyway. You could usedism
,sconfig
or the PowerShell (Add-WindowsFeature etc.
) if you want to avoid it. Don't forget that you could actually manage other servers with the current server manager as well.
– Seth
Oct 18 '16 at 12:28
Sure, but the goal here is to jump straight to the Add Roles and Features Wizard, bypassing the menu to get to it. Surely there has to be a way to do this, as if you openappwiz.cpl
and then clickTurn Windows features on and off
, it starts Server Manager and opens the Wizard directly.
– Robert Wigley
Oct 18 '16 at 12:31
1
1
As you already said it's part of
ServerManager
apparently so you'd have to start him anyway. You could use dism
, sconfig
or the PowerShell (Add-WindowsFeature etc.
) if you want to avoid it. Don't forget that you could actually manage other servers with the current server manager as well.– Seth
Oct 18 '16 at 12:28
As you already said it's part of
ServerManager
apparently so you'd have to start him anyway. You could use dism
, sconfig
or the PowerShell (Add-WindowsFeature etc.
) if you want to avoid it. Don't forget that you could actually manage other servers with the current server manager as well.– Seth
Oct 18 '16 at 12:28
Sure, but the goal here is to jump straight to the Add Roles and Features Wizard, bypassing the menu to get to it. Surely there has to be a way to do this, as if you open
appwiz.cpl
and then click Turn Windows features on and off
, it starts Server Manager and opens the Wizard directly.– Robert Wigley
Oct 18 '16 at 12:31
Sure, but the goal here is to jump straight to the Add Roles and Features Wizard, bypassing the menu to get to it. Surely there has to be a way to do this, as if you open
appwiz.cpl
and then click Turn Windows features on and off
, it starts Server Manager and opens the Wizard directly.– Robert Wigley
Oct 18 '16 at 12:31
add a comment |
1 Answer
1
active
oldest
votes
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
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1136175%2fwindows-server-start-add-roles-and-features-wizard-command%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
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
add a comment |
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
add a comment |
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
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
answered Dec 23 '18 at 22:10
Paulie MPaulie M
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1136175%2fwindows-server-start-add-roles-and-features-wizard-command%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
As you already said it's part of
ServerManager
apparently so you'd have to start him anyway. You could usedism
,sconfig
or the PowerShell (Add-WindowsFeature etc.
) if you want to avoid it. Don't forget that you could actually manage other servers with the current server manager as well.– Seth
Oct 18 '16 at 12:28
Sure, but the goal here is to jump straight to the Add Roles and Features Wizard, bypassing the menu to get to it. Surely there has to be a way to do this, as if you open
appwiz.cpl
and then clickTurn Windows features on and off
, it starts Server Manager and opens the Wizard directly.– Robert Wigley
Oct 18 '16 at 12:31