Skip to main content

Install feature on Windows Server core (2008R2)

Hi guys,
How to install features on Windows 2008R2 core ?
Just use dism.

1.Get list of all features
Dism /online /get-features /format:table
2. Select one and install it - I will choose SNMP:
Dism /online /enable-feature /featurename:SNMP-SC

3. Check if the feature has been installed:
Dism /online /get-features /format:table

And remember to logoff with
shutdown /l

More info on the Technet site:
https://technet.microsoft.com/pl-pl/library/ee441260(v=ws.10).aspx