/get-AllImages
Applies To: Windows Server 2008, Windows Server 2008 R2
Retrieves information about all images on a server.
Syntax
WDSUTIL /Get-AllImages [/Server:<Server name>] /Show:{Boot | Install | LegacyRis | All} [/Detailed]
Parameters
Parameter | Description |
---|---|
[/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. |
/Show: {Boot | Install | LegacyRis | All} |
|
[/Detailed] |
Indicates that all image metadata from each image should be returned. If this option is not used, the default behavior is to return only the image name, description, and file name. |
Examples
To view information about the images, type one of the following:
WDSUTIL /Get-AllImages /Show:Install
WDSUTIL /Verbose /Get-AllImages /Server:MyWDSServer /Show:All /Detailed