backup or dump a micro$oft DHCP configuration

On a Microsoft 2003 server It’s possible to backup the DHCP configuration with the command

C:\Documents and Settings\server\Desktop>netsh dhcp server export dumpfilename.netsh all

while If You need a plain text dump (e.g. to plan a migration to a free-software DHCP server)

C:\Documents and Settings\server\Desktop> netsh dhcp server dump all >dumpfilename.txt

Human readers usually like the last way…
dhcp_dump

Tags:

Leave a Reply