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

Description: Displays 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 | Images | All}
        Specifies what information to display.  Config returns
        information for the WDS server.  Images returns information on
        image groups, boot images, and install images.  All returns
        information for the server and images.

[/Detailed]
        You can use this option with /Show:Images or /Show:All to
        return all image metadata from each image If /Detailed is not
        specified, the image name, description and file name will be
        returned.

EXAMPLES:
---------
WDSUTIL /Get-Server /Show:Config

WDSUTIL /Verbose /Get-Server /Server:MyWDSServer /Show:All /Detailed