DHCP server hardware changes? No problem

If you are looking at doing a DHCP migration from one server to another, but you dont want to enter all the scopes and reservations again then try the following, it will really help!

  •  NETSH dhcp server {server name} export c:\dhcp.txt all
  •  NETSH dhcp server {server name} import c:\dhcp.txt all              

Good Luck!