Dumps the configuration of a DHCP server Syntax: netsh dhcp server \Servername | Address v6 dump Parameters: Servername - ...

Dumps the configuration of a DHCP server   Syntax:            netsh dhcp server [\\Servername | Address] v6 dump      Parameters:            Servername     - The name of the remote (non-local) DHCP                           server.             Address        - The IP address of the remote (non-local) DHCP                           server.     Notes:         From within Netshell, this command displays the server                 configuration information in the command window. To                 redirect the output to a file, run the command directly                 from the command prompt.    Examples:      netsh dhcp server v6 dump                  netsh dhcp server \\DHCP-A v6 dump                  netsh dhcp server 10.0.0.1 v6 dump