Valid MD-100 Dumps shared by ExamDiscuss.com for Helping Passing MD-100 Exam! ExamDiscuss.com now offer the newest MD-100 exam dumps, the ExamDiscuss.com MD-100 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com MD-100 dumps with Test Engine here:
Your company uses Microsoft Deployment Toolkit (MDT) to deploy Windows 10 to new computers. The company purchases 1,000 new computers. You need to ensure that the Hyper-V feature is enabled on the computers during the deployment. What are two possible ways to achieve the goal? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
Correct Answer: C,E
A common way to add a feature such as Hyper-V in MDT is to use the Install Roles and Features task sequence action. However, that is not an option in this question. The two valid options are to a command to the Unattend.xml file or to add a task sequence step that runs dism.exe. To add Hyper-V using dism.exe, you would run the following dism command: DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V References: https://docs.microsoft.com/en-us/windows/deployment/deploy-windows-mdt/create-a-windows-10-reference- image https://mdtguy.wordpress.com/2016/09/14/mdt-fundamentals-adding-features-using-dism-from-within-the-task- sequence/ https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v