Note: This question is part of a series of questions that use the same set of answer choices. Each answer
choice may be used once, more than once, or not at all.
You have a computer named Computer1.
Computer1 has a virtual hard disk (VHD) named Disk1.vhdx. Disk1.vhdx has an NTFS partition, which is visible
in File Explorer as drive E.
You need to apply a Windows 10 image to drive E.
What should you run?
A.
Add-WindowsImage
B.
bcdboot.exe
C.
bcdedit.exe
D.
bootcfg.exe
E.
bootim.exe
F.
bootsect.exe
G.
diskpart.exe
H.
Expand-WindowsImage
Explanation:
https://technet.microsoft.com/en-us/itpro/powershell/windows/dism/expand-windowsimage
Someone is playing with our intelligence
The Description if you follow the link provided says :
The Expand-WindowsImage cmdlet applies an image to a specified location.
This cmdlet does not apply to virtual hard disk (VHD) files.
The answer is correct. “This cmdlet does not apply to virtual hard disk (VHD) files” is meaning virtual disk without mount point. If mount point exist there are no troubles to apply wim file. Tested on Windows 10.0.16299.15
diskpart.exe
dism
Add-AppxProvisionedPackage
Adds an app package (.appx) that will install for each new user to a Windows image.
Add-WindowsCapability
Installs a Windows capability package on the specified operating system image.
Add-WindowsDriver
Adds a driver to an offline Windows image.
Add-WindowsImage
Adds an additional image to an existing image (.wim) file.
Add-WindowsPackage
Adds a single .cab or .msu file to a Windows image.
Clear-WindowsCorruptMountPoint
Deletes all of the resources associated with a mounted image that has been corrupted.
Disable-WindowsOptionalFeature
Disables a feature in a Windows image.
Dismount-WindowsImage
Dismounts a Windows image from the directory it is mapped to.
Enable-WindowsOptionalFeature
Enables a feature in a Windows image.
Expand-WindowsCustomDataImage
Expands a custom data image.
Expand-WindowsImage
Applies an image to a specified location.
Export-WindowsDriver
Exports all third-party drivers from a Windows image to a destination folder.
Export-WindowsImage
Exports a copy of the specified image to another image file.
Get-AppxProvisionedPackage
Gets information about app packages (.appx) in an image that will be installed for each new user.
Get-WIMBootEntry
Displays the Windows image file boot (WIMBoot) configuration entries for a specified disk volume.
Get-WindowsCapability
Gets Windows capabilities for an image or a running operating system.
Get-WindowsDriver
Displays information about drivers in a Windows image.
Get-WindowsEdition
Gets edition information about a Windows image.
Get-WindowsImage
Gets information about a Windows image in a WIM or VHD file.
Get-WindowsImageContent
Displays a list of the files and folders in a specified image.
Get-WindowsOptionalFeature
Gets information about optional features in a Windows image.
Get-WindowsPackage
Gets information about packages in a Windows image.
Mount-WindowsImage
Mounts a Windows image in a WIM or VHD file to a directory on the local computer.
New-WindowsCustomImage
Captures an image of customized or serviced Windows components on a Windows Image File Boot (WIMBoot) configured device.
New-WindowsImage
Captures an image of a drive to a new WIM file.
Optimize-WindowsImage
Configures a Windows image with specified optimizations.
Remove-AppxProvisionedPackage
Removes an app package (.appx) from a Windows image.
Remove-WindowsCapability
Uninstalls a Windows capability package from an image.
Remove-WindowsDriver
Removes a driver from an offline Windows image.