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

Dumps the configuration of a scope 
 
Syntax: 
 
        netsh dhcp server [\\Servername | Address] 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 IP 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 scope 10.0.0.0 dump  
               netsh dhcp server \\DHCP-A scope 10.0.0.0 dump  
               netsh dhcp server 10.0.0.1 scope 10.0.0.0 dump