get-ImageFile

检索有关 Windows 映像 (.wim) 文件中包含的映像的信息。

语法

wdsutil [Options] /Get-ImageFile /ImageFile:<wim file path> [/Detailed]

参数

参数 说明
/ImageFile:<WIM 文件路径> 指定 .wim 文件的完整路径和文件名。
[/详细] 返回每个图像中的所有图像元数据。 如果未使用此选项,则默认行为只返回映像名称、说明和文件名。

例子

若要查看有关图像的信息,请键入:

wdsutil /Get-ImageFile /ImageFile:C:\temp\install.wim

若要查看详细信息,请键入:

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