Velocity Technical Archive
Migrating a DHCP databse for Windows Server 2003 2008 or 2012 including SBS
Archived Reference: This is a historical technical article preserved from the Velocity Technologies knowledge base. For current Phoenix and East Valley managed IT services, explore our managed IT services or cybersecurity solutions.
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