Migrating a DHCP database can be done with three steps.\n \n1.  On the old DHCP server run the command netsh dhcp server export C:dhcp.txt all\n2.  Copy that file to the new DHCP server.\n3.  Run this command to import it netsh dhcp server import C:dhcp.txt all