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
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
Post a Comment