Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.13 KB

File metadata and controls

42 lines (32 loc) · 1.13 KB
title description ms.topic ms.assetid ms.author author manager ms.date
get-ImageFile
Reference article for get-ImageFile, which retrieves information about the images contained in a Windows Image (.wim) file.
reference
e1e296fb-20cf-4a60-9db4-4cbac7d4dab5
roharwoo
robinharwood
mtillman
10/16/2017

get-ImageFile

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

Related links