Description: Displays information about all images on a server. Syntax: WDSUTIL Options /Get-AllImages /Server: /Show:{Boot ...

Description: Displays information about all images on a server.

Syntax:
WDSUTIL [Options] /Get-AllImages [/Server:]
     /Show:{Boot | Install | LegacyRis | 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:{Boot | Install | LegacyRis | All}
    Boot                    Only returns boot images.
    Install                 Returns install images as well as information
                            on the image groups that contain them.
    LegacyRis               Only returns RIS images.
    All                     Returns information about boot images,
                            install images, image groups, and RIS
                            images.
[/Detailed]                 Returns all image metadata from each
                            image. The default, if /Detailed is not
                            specified, is to return the image name,
                            description, and file name.


EXAMPLES:
---------
WDSUTIL /Get-AllImages /Show:Install

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