Description: Displays information about an image. Syntax: WDSUTIL [Options] /Get-Image /Image:[/Server: ] /ImageType:{Boot | Install} /Image: The name of the image 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. /ImageType:{Boot | Install} The type of image to return. For Boot images: ---------------- WDSUTIL [Options] /Get-Image /Image: [/Server: ] /ImageType:Boot /Architecture:{x86 | ia64 | x64} [/Filename: ] /Architecture:{x86 | ia64 | x64} The architecture of the image to return. Since it is possible to have the same image name for boot images of different architectures, you should specify this option to ensure that the correct image is returned. [/Filename: ] If the image cannot be uniquely identified by name, you must specify the file name. For Install images: ------------------- WDSUTIL [Options] /Get-Image /Image: [/Server: ] /ImageType:Install [/ImageGroup: ] [/Filename: ] [/ImageGroup: ] The image group containing the image to return. If not specified and only one image group exists on the server, that image group will be used by default. If more than one image group exists on the server, then the image group must be specified. [/Filename: ] If the image cannot be uniquely identified by name, the file name must be specified. EXAMPLES: --------- To retrieve information about a boot image: WDSUTIL /Get-Image /Image:"WinPE boot image" /ImageType:Boot /Architecture:x86 WDSUTIL /Verbose /Get-Image /Image:"WinPE boot image" /Server:MyWDSServer /ImageType:Boot /Architecture:x86 /Filename:boot.wim To retrieve information about an install image: WDSUTIL /Get-Image /Image:"Windows Vista with Office" /ImageType:Install WDSUTIL /Verbose /Get-Image /Image:"Windows Vista with Office" /Server:MyWDSServer /ImageType:Install /ImageGroup:ImageGroup1 /Filename:install.wim
Description: Displays information about all namespaces on the server. Syntax: WDSUTIL /Get-AllNamespaces /Server: /ContentProvider: ...
Description: Displays information about all the driver groups on a WDS server. Syntax: WDSUTIL /Get-AllDriverGroups /Server: ...
Description: Displays information about all the driver packages on a WDS server that match the specified search criteria. ...
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. Syntax: WDSUTIL Options /Get-Image /Image: /Server: /ImageType:{Boot | ...
Description: Displays information about driver groups on a WDS server. Syntax: WDSUTIL /Get-DriverGroup /DriverGroup: /Server: ...
Description: Displays information about driver packages on a WDS server. Syntax: WDSUTIL /Get-DriverPackage /Server: {/DriverPackage: ...
DESCRIPTION: Displays information about the folder target (link target) or namespace server (root target). Target commands ...
Description: Displays information about the images within a WIM file. Syntax: WDSUTIL Options /Get-ImageFile /ImageFile: ...