Description: Used to retrieve information from the specified WDS server. Syntax: WDSUTIL Options /Get-Server /Server: /Show:{Config ...

Description: Used to retrieve information from the specified WDS server.  Syntax: WDSUTIL [Options] /Get-Server [/Server:]                   /Show:{Config | Images | All} [/Detailed]  [/Server:]  The name of the WDS Server. This can be either the                          NetBIOS name or the FQDN. If not specified, the local                          server will be used. /Show:     Config               Returns configuration information for the WDS server.     Images               Returns information on image groups, boot images, and                          install images on the WDS server.     All                  Returns the WDS server configuration and image                          information. [/Detailed]              May be used with either /Show:Images or /Show:All                          to indicate that all image metadata from each image                          should be returned. The default, if /Detailed is                          not specified, is to return the image name,                          description, and file name.   EXAMPLES: --------- WDSUTIL /Get-Server /Show:Config  WDSUTIL /Verbose /Get-Server /Server:MyWDSServer /Show:All /Detailed