Category: Server Core

  • Configurate Windows 2008 Server Core

    Here are som useful stuff when installing and configurate Windows 2008 Server Core. Network Show network interfaces > netsh interface ipv4 show interfaces Rename network interface > netsh interface set interface name = <interface name> newname = <new interface name> Change static IP-address > netsh interface ipv4 set adress ”<interface name>” static 192.168.0.1 255.255.25.0 192.168.0.1…