Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves information about the images contained in a Windows Image (.wim) file.
Syntax
wdsutil [Options] /Get-ImageFile /ImageFile:<wim file path> [/Detailed]
Parameters
Parameter | Description |
---|---|
/ImageFile:<WIM file path> | Specifies the full path and file name of the .wim file. |
[/Detailed] | Returns all image metadata from each image. 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 an image, type:
wdsutil /Get-ImageFile /ImageFile:C:\temp\install.wim
To view detailed information, type:
wdsutil /Verbose /Get-ImageFile /ImageFile:\\Server\Share\My Folder \install.wim /Detailed