• Home
  • Cisco
  • Exchange
  • Linux
  • Navision
  • Network
  • Virtualization
  • Windows
  • About
  •  

    Move dhcp server setup from Windows 2003 to 2008


    On old DHCP Server:
    netsh dhcp server export C:\dhcp.txt all

    On new DHCP Server:
    netsh dhcp server import c:\dhcp.txt all

    If errors, remove the scope options on the new server.