Retrieves information about an image group and the images contained in that image group.
Syntax
WDSUTIL [Options] /Get-ImageGroup /ImageGroup:<Image group name> [/Server:<Server name>] [/Detailed]
Parameters
Parameter | Description |
---|---|
/ImageGroup:<Image group name> |
Specifies the name of the image group to be returned. |
[/Server:<Server name>] |
Specifies the name of the server. This can be either the NetBIOS name or the fully qualified domain name (FQDN). If no server name is specified, the local server will be used. |
[/Detailed] |
Returns the image metadata for each image. If this parameter is not use, the default behavior is to return only the image name, description, and file name. |
Examples
To view information about an image group, type:
WDSUTIL /Get-ImageGroup /ImageGroup:ImageGroup1
To view information including metadata, type:
WDSUTIL /Verbose /Get-ImageGroup /ImageGroup:ImageGroup1 /Server:MyWDSServer /Detailed