Description: Displays information about an image group and the images in that image group. Syntax: WDSUTIL Options /Get-ImageGroup ...

Description: Displays information about an image group and the
             images in that image group.

Syntax:
WDSUTIL [Options]
        /Get-ImageGroup
        /ImageGroup:
        [/Server:]
        [/Detailed]

/ImageGroup:
        The name of the image group to return.

[/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.

[/Detailed]
        Indicates that all image metadata from each image should be
        returned. The default, if /Detailed is not specified, is to
        return only the image name, description, and file name.

EXAMPLES:
---------
WDSUTIL /Get-ImageGroup /ImageGroup:ImageGroup1

WDSUTIL /Verbose /Get-ImageGroup /ImageGroup:ImageGroup1
/Server:MyWDSServer /Detailed