Description: Used to retrieve information about the images inside a WIM file. Syntax: WDSUTIL Options /Get-ImageFile /ImageFile: ...

Description: Used to retrieve information about the images inside a              WIM file.  Syntax: WDSUTIL [Options] /Get-ImageFile /ImageFile: [/Detailed]  /ImageFile:      Full path and filename of the WIM file. [/Detailed]                     Indicates that all image metadata from each                                 image should be returned. The default,                                 if /Detailed is not specified, is to return                                 only the image name, description, and file                                 name.   EXAMPLES: --------- WDSUTIL /Get-ImageFile /ImageFile:"C:	emp\install.wim"  WDSUTIL /Verbose /Get-ImageFile /ImageFile:"\\Server\Share\My Folder \install.wim" /Detailed