Thursday, August 6, 2015

hOW TO TAKE DHCP SCOPE BACKUP


command for taking backups
netsh dhcp server export C:\dhcp.txt all
netsh dhcp server import C:\dhcp.txt all

Exports and Imports ALL Scopes. You can export a single scope by replacing the ALL keyword with the name of the scope, like

netsh dhcp server import C:\dhcp.txt 10.10.10.0