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

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