Importing and Exporting DHCP Server Configuration
Friday, February 22nd, 2008The netsh tool makes it easy to import and export DHCP Server configuration information. In the CLI solution, I showed how to export all scope information, but you can specify a subset if you want only certain ones. The following command exports only the scopes pertaining to 10.1.2.0 and 10.1.3.0:
> netsh dhcp server export C:\dhcp.txt 10.1.2.0 10.1.3.0