Search This Blog

Thursday, December 27, 2012

Windows 2008 core quick guide

A quick command guide for Windows 2008 core

How to add a role or feature on Windows core

one of the ways is to use disk. Another is to use ocsetup. Below is an example of disk usage: dism /online /enable-feature /featurename:snmp-sc

NETSH set DNS servers priority by index

example for the interface named "LAN", we set higher priority one DNS netsh interface ipv4 add dnsserver "LAN" static 192.168.0.254 index=1

Wednesday, December 26, 2012

Windows 2008 core remote management

The quickest way to enable core remote management is by starting sconfig.cmd and selecting 4) Configure Remote Management You need to do additional manipulations to enable Volume Management also.