dhcp export

  • Thread starter Thread starter shamun
  • Start date Start date
S

shamun

i need to export dhcp scope to text file chane some reservatins and import
it back.
can it be done?
 
Yes this can be done. The easiest way to perform this is from a command
line run:

NetSh DHCP Server Dump > %WinDir%\DHCPConfig.txt

You can then replay this back after modifying what you need

NetSh Exec %WinDir%\DHCPConfig.txt
 
Back
Top