Winnipeg Photographer


Usefull Windows 2008 Sever Core Commands

The most usefull Windows 2008 Server Core Commands

Set static IP address

netsh int ip set address “local area connection” static 192.168.2.2 255.255.255.0 192.168.2.1

Set NIC back to DHCP

netsh int ip set address “local area connection” dhcp

** Note – do a ipconfig to find out what your nic is named. If you have multiple nics the nic might be named "local area connection 2" etc.


Leave a Reply