DHCP Scope Migration

Export existing DHCP Scope using the following command:

netsh dhcp server export c:\dhcp.txt 10.0.0.0

Import on  destination using the following command:

netsh dhcp server Import c:\dhcp.txt 10.0.0.0

Comments