You administer desktop computers on your company network. You want to deploy a WIM file of Windows 8
Enterprise to 15 desktop computers that have a third- party iSCSI adapter installed. The hardware vendor
provided a device driver to support this adapter.
You need to update the image to ensure that the device driver is installed when you deploy the image.
What should you do?
A.
Run the dism.exe tool and specify the /add-driverparameter.
B.
Download and run the drvload.exe tool and specifythe path to the driver .inf file.
C.
Download and run the imagex.exe tool and specify the /remount parameter.
D.
Run the dism.exe tool and specify the /append-image parameter.
Explanation:
Driver Servicing Command-Line Options
Reference:
http://technet.microsoft.com/en-us/library/dd799258(v=ws.10).aspx
The driver servicing commands can be used on an offline image to add and remove drivers based on the INF
file, and on a running operating system (online) toenumerate drivers.