/get-ImageGroup

Applies To: Windows Server 2008, Windows Server 2008 R2

Retrieves information about an image group and the images within it.

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.

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

Additional references

Command-Line Syntax Key

/add-ImageGroup

/get-AllImageGroups

/remove-ImageGroup

/set-ImageGroup