Thursday, June 16, 2011

Netsh DHCP Commands

Here are some useful netsh dhcp commands:

To export DHCP database on the current server to a text file.

C:\>netsh dhcp server dump > DHCPdump.txt

Note that the entire list of commands must be entered at the command line.  You won't be able to redirect the output of the netsh dhcp server dump command from within the netsh shell.

See the following links for more details:

No comments:

Post a Comment