Configure Networks (IPv4): netsh> interface> ipv4>
Available Commands
set address
set dnsserver
set winsserver
show addresses
show dnsservers
show winsservers
Examples:
netsh
netsh:>interface
netsh interface:>ipv4 (or ipv6)
Then you can use any of the following
set address “Local Area Connection” static 10.0.0.44 255.255.0.0 10.0.0.1
set dnsserver “Local Area Connection” static 10.0.0.67 primary
add dnsserver “Local Area Connection” 10.0.0.68 index=2
(note it’s “add” dnsserver now, and also no “static” but you are indicating the hiaracy of use on the DNS Servers by “index” index=2 index=3 etc.)
You may have multiple nics in the machine, I would use “ipconfig /all” in order to view the cards names before entering the netsh command.
The next thing we should do is configure the system name, and join it to a domain!
how I configued my server:


