/get-ImageFile


Applies To: Windows Server 2008,Windows Server 2008 R2

Retrieves information about the images contained in a Windows Image (.wim) file.

Syntax


Copy Code

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:


Copy Code

WDSUTIL /Get-ImageFile /ImageFile:"C:\temp\install.wim"

To view detailed information, type:


Copy Code

WDSUTIL /Verbose /Get-ImageFile /ImageFile:"\\Server\Share\My Folder \install.wim" /Detailed

Additional references

Command-Line Syntax Key