A company has a server running Windows Server2008 R2 with Windows Deployment Services (WDS), the Microsoft Deployment Toolkit(MDT), and the Windows Automated Installation Kit (WAIK) set up. The company also has client computers running windows 7 Enterprise.
You are preparing to a capture an image of a Windows 7 client computer.
You need to ensure that the capture image does not contain the device drivers from the client computer.
What should you do?
Correct Answer: F
Explanation/Reference:
Explanation:
Persisting Plug and Play Device Drivers During generalize
You can persist device drivers when you run the sysprep command with the /generalize option by specifying the PersistAllDeviceInstalls setting in the Microsoft-Windows-PnPSysprep component. During the specialize configuration pass, Plug and Play scans the computer for devices and installs device drivers for the detected devices. By default, these device drivers are removed from the system when you generalize the system. If you set PersistAllDeviceInstalls to true in an answer file, Sysprep will not remove the detected device drivers. For more information, see the Unattended Windows Setup Reference (Unattend.chm).
http://technet.microsoft.com/en-us/library/dd744512(WS.10).aspx