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

Dumps the configuration of a scope    Syntax:            netsh dhcp server [\\Servername | Address] v6 scope  dump    Parameters:            Servername     - The name of the remote (non-local) DHCP                           server.             Address        - The IP address of the remote (non-local) DHCP                           server.             Scope Id       - The IPv6 address of the scope.      Notes:         From within Netshell, this command displays the scope                 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 scope 3ffe:: dump                  netsh dhcp server \\DHCP-A v6 scope 3ffe:: dump                  netsh dhcp server 10.0.0.1 v6 scope 3ffe:: dump