Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
You can view information about mounted images with the /get-mountedwiminfo switch. It doesn’t require any other information. The command is shown in the following code snippet. The output shows you which image is mounted, and where it is mounted.
C:\>dism /get-mountedwiminfo
Deployment Image Servicing and Management tool
Version: 6.1.7600.16385
Mounted images:
Mount Dir : c:\mountwim
Image File : c:\images\win7.wim
Image Index : 5
Mounted Read/Write : Yes
Status : Ok
The operation completed successfully.