no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | windows:server_os:core_features [2019/10/31 09:06] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Enable and disable Windows Features on Server 2012 R2 Core ====== | ||
| + | So, you have installed Windows Server 2012 R2 Core and are determined to manage it without using any GUI tools. Very enthusiastic. I'd prefer to use Server Manager from a remote machine, but what the hell. Hit the keyboard. | ||
| + | The first thing to do is to list available features and their current state by using the ' | ||
| + | < | ||
| + | dism /online / | ||
| + | </ | ||
| + | You will get a table-like output like in the image:\\ | ||
| + | {{: | ||
| + | |||
| + | For additional feature information, | ||
| + | < | ||
| + | Dism /online / | ||
| + | </ | ||
| + | To list installed packets, use: | ||
| + | < | ||
| + | dism /online / | ||
| + | </ | ||
| + | You will get table-like output like in the image:\\ | ||
| + | {{: | ||
| + | |||
| + | For aditional feature information, | ||
| + | < | ||
| + | dism /online / | ||
| + | </ | ||
| + | To enable or disable features, use (eg. for SmbDirect): | ||
| + | < | ||
| + | Dism /online / | ||
| + | Dism /online / | ||
| + | </ | ||
| + | Multiple / | ||