You have Windows Server 2012 R2 installation media that contains a file named Install.wim.
You need to identify which images are present in Install.wim.
What should you do?
A.
Run imagex.exe and specify the /ref parameter.
B.
Run dism.exe and specify the /get-mountedwiminfo parameter.
C.
Run dism.exe and specify the /get-imageinfo parameter.
D.
Run imagex.exe and specify the /verify parameter.
Explanation:
Option:
/Get-ImageInfo
Arguments:
/ImageFile: <path_to_image.wim>
[{/Index: <Image_index> | /Name: <Image_name>}]
Displays information about the images that are contained in the .wim, vhd or .vhdx file. When used
with the Index or /Name argument, information about the specified image is displayed, which
includes if an image is a WIMBoot image, if the image is Windows 8.1 Update, see Take Inventory of
an Image or Component Using DISM. The /Name argument does not apply to VHD files. You must
specify /Index: 1 for VHD files.
References:
httpHYPERLINK “http://technet.microsoft.com/en-us/library/cc749447(v=ws.10).aspx#_blank”:
//technetHYPERLINK “http://technet.microsoft.com/enus/library/cc749447(v=ws.10).aspx#_blank”.HYPERLINK “http://technet.microsoft.com/enus/library/cc749447(v=ws.10).aspx#_blank”microsoftHYPERLINK “http://technet.microsoft.com/en-us/library/cc749447(v=ws.10).aspx#_blank”.HYPERLINK “http://technet.microsoft.com/enus/library/cc749447(v=ws.10).aspx#_blank”com/en-us/library/cc749447(v=wsHYPERLINK
“http://technet.microsoft.com/en-us/library/cc749447(v=ws.10).aspx#_blank”.HYPERLINK
“http://technet.microsoft.com/en-us/library/cc749447(v=ws.10).aspx#_blank”10)HYPERLINK
“http://technet.microsoft.com/en-us/library/cc749447(v=ws.10).aspx#_blank”.HYPERLINK
“http://technet.microsoft.com/en-us/library/cc749447(v=ws.10).aspx#_blank”aspx
httpHYPERLINK “http://technet.microsoft.com/en-us/library/dd744382(v=ws.10).aspx#_blank”:
//technetHYPERLINK “http://technet.microsoft.com/enus/library/dd744382(v=ws.10).aspx#_blank”.HYPERLINK “http://technet.microsoft.com/enus/library/dd744382(v=ws.10).aspx#_blank”microsoftHYPERLINK “http://technet.microsoft.com/enus/library/dd744382(v=ws.10).aspx#_blank”.HYPERLINK “http://technet.microsoft.com/enus/library/dd744382(v=ws.10).aspx#_blank”com/en-us/library/dd744382(v=wsHYPERLINK
“http://technet.microsoft.com/en-us/library/dd744382(v=ws.10).aspx#_blank”.HYPERLINK
“http://technet.microsoft.com/en-us/library/dd744382(v=ws.10).aspx#_blank”10)HYPERLINK
“http://technet.microsoft.com/en-us/library/dd744382(v=ws.10).aspx#_blank”.HYPERLINK
“http://technet.microsoft.com/en-us/library/dd744382(v=ws.10).aspx#_blank”aspx
httpHYPERLINK “http://technet.microsoft.com/en-us/library/hh825224.aspx#_blank”:
//technetHYPERLINK “http://technet.microsoft.com/enus/library/hh825224.aspx#_blank”.HYPERLINK “http://technet.microsoft.com/enus/library/hh825224.aspx#_blank”microsoftHYPERLINK “http://technet.microsoft.com/enus/library/hh825224.aspx#_blank”.HYPERLINK “http://technet.microsoft.com/enus/library/hh825224.aspx#_blank”com/en-us/library/hh8252HYPERLINK
“http://technet.microsoft.com/en-us/library/hh825224.aspx#_blank”24HYPERLINK
“http://technet.microsoft.com/en-us/library/hh825224.aspx#_blank”.HYPERLINK
“http://technet.microsoft.com/en-us/library/hh825224.aspx#_blank”aspx
PS F:\> dism /get-imageinfo /imagefile:F:\sources\install.wim
Deployment Image Servicing and Management tool
Version: 6.3.9600.17031
Details for image : F:\sources\install.wim
Index : 1
Name : Windows Server 2012 R2 SERVERSTANDARDCORE
Description : Windows Server 2012 R2 SERVERSTANDARDCORE
Size : 7,460,490,246 bytes
Index : 2
Name : Windows Server 2012 R2 SERVERSTANDARD
Description : Windows Server 2012 R2 SERVERSTANDARD
Size : 13,068,182,468 bytes
Index : 3
Name : Windows Server 2012 R2 SERVERDATACENTERCORE
Description : Windows Server 2012 R2 SERVERDATACENTERCORE
Size : 7,457,459,733 bytes
Index : 4
Name : Windows Server 2012 R2 SERVERDATACENTER
Description : Windows Server 2012 R2 SERVERDATACENTER
Size : 13,063,091,771 bytes
The operation completed successfully.
ocs.microsoft.com/en-us/windows-hardware/manufacture/desktop/dism-image-management-command-line-options-s14
Get-MountedImageInfo
Lists the images that are currently mounted and information about the mounted image such as whether the image is valid, read/write permissions, mount location, mounted file path, and mounted image index.
Example:
Copy
Dism /Get-MountedImageInfo
/Get-ImageInfo
Displays information about the images that are contained in the .wim, vhd or .vhdx file. When used with the /Index or /Name argument, information about the specified image is displayed, which includes if an image is a WIMBoot image, if the image is Windows 8.1, see Take Inventory of an Image or Component Using DISM. The /Name argument does not apply to VHD files. You must specify /Index:1 for VHD files.+
Syntax: