You work as a Network Administrator at Site.com. Site.com has an Active Directory Domain Services (AD DS) domain named Site.com. All servers in the Site.com
domain have Microsoft Windows Server 2012 R2 installed.
A technician has created a vhd file containing a Windows Server 2012 R2 installation image. The vhd image is offline. You must use DISM to apply updates to the
vhd image. You need to mount the vhd image.
Which of the following actions should you take?
A.
You should run the DISM utility with the /Get-MountedWinInfo parameter.
B.
You should use Diskpart.exe.
C.
You run the DISM utility with the /Mount-wim parameter.
D.
You should run the DISM utility with the /Append-Image parameter.
E.
You should run the DISM utility with the /Apply-Image parameter.
Mounting a VHD file from the command line
Open a command prompt as a local administrator and run the following commands, replacing “c:\mydisk.vhd” with the path to your VHD file:
DISKPART
SELECT VDISK FILE=”c:\mydisk.vhd”
ATTACH VDISK
To dismount the VHD type:
DETACH VDISK