exam questions

Exam MD-100 All Questions

View all questions & answers for the MD-100 exam

Exam MD-100 topic 2 question 8 discussion

Actual exam question from Microsoft's MD-100
Question #: 8
Topic #: 2
[All MD-100 Questions]

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 this goal? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

  • A. Add a task sequence step that adds a provisioning package.
  • B. In a Group Policy object (GPO), from Computer Configuration, configure Application Control Policies.
  • C. Add a custom command to the Unattend.xml file.
  • D. Add a configuration setting to Windows Deployment Services (WDS).
  • E. Add a task sequence step that runs dism.exe.
Show Suggested Answer Hide Answer
Suggested Answer: CE 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
JurFur
Highly Voted 4 years, 9 months ago
C and E are the correct ones
upvoted 22 times
...
MD0000
Highly Voted 5 years, 4 months ago
Provisioning package works with Windows Configuration Designer to provision win10 features and runtime settings. WCD (provisioning Package) is GUI based while DISM is command line based and dose same function. Unattend.xml / answer files are used with installation media. It contains settings, definitions and values to use during Windows Setup. In an answer file, you specify various setup options. These options include how to partition disks, where to find the Windows image that will be installed, and which product key to apply. Answer is therefore is A and E
upvoted 9 times
AVP_Riga
4 years ago
No. It isn't.
upvoted 6 times
...
...
Buruguduystunstugudunstuy
Most Recent 2 years, 1 month ago
Selected Answer: CE
Answers C and E are correct because they both involve adding a step to the MDT task sequence to enable the Hyper-V feature during deployment. Answer C involves modifying the Unattend.xml file, which is a configuration file used during Windows Setup. You can add a custom command to the Unattend.xml file that runs the command to enable the Hyper-V feature during the deployment process. Answer E involves adding a task sequence step that runs the dism.exe command to enable the Hyper-V feature. The dism.exe command is a command-line tool used to service Windows images and can be used to enable or disable Windows features, including Hyper-V. Both options allow for the Hyper-V feature to be enabled during the deployment process using MDT, ensuring that all new computers have the feature installed and ready to use.
upvoted 1 times
Buruguduystunstugudunstuy
2 years, 1 month ago
INCORRECT: Answer A is incorrect because adding a provisioning package is a method to apply a set of configuration settings to a computer, but it does not directly enable the Hyper-V feature. Answer B is incorrect because configuring Application Control Policies in a Group Policy object is a way to restrict which applications can run on a computer. It does not directly enable the Hyper-V feature. Answer D is incorrect because Windows Deployment Services (WDS) is a service for deploying Windows operating systems over the network. While it can be used in conjunction with MDT, it does not provide a direct way to enable the Hyper-V feature during deployment.
upvoted 1 times
...
...
venwaik
2 years, 8 months ago
Selected Answer: CE
A is not right because you cannot define enabling hyper-v in a provisioning package. Therefore C&E are correct.
upvoted 2 times
...
jcgm1990
2 years, 10 months ago
Selected Answer: CE
C and E are correct
upvoted 2 times
...
supertech79
3 years, 9 months ago
Surprised that no one has brought this up before, but I do not see anywhere in WCD where you can enable the Hyper-V feature and you would call DISM to run the PPKG file that WCD creates anyways, so picking A would not work, therefore C&E are the logical choices here.
upvoted 7 times
...
CARIOCA
3 years, 10 months ago
Essa questão ficou muito dividida no gabarito, afinal qual seria a resposta e qual a justificativa? Após um debate de 24 comentários, o gabarito é o mesmo ou não? Aguardo um retorno de todos e gostaria da opinião de @AVP_Riga.
upvoted 1 times
...
CARIOCA
3 years, 10 months ago
Essa questão ficou muito dividida no gabarito, afinal qual seria a resposta e qual a justificativa? Após um debate de 24 comentários, o gabarito é o mesmo ou não? Aguardo um retorno de todos e gostaria da opinião do @AVP_Riga.
upvoted 1 times
...
roshanourkloud
4 years ago
A and C is the correct answer.
upvoted 2 times
Mastersin
3 years, 9 months ago
https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/enable-or-disable-windows-features-using-dism
upvoted 1 times
...
...
Cisco
4 years ago
Dism can enable the feature so a task sequence sounds right there. I cant see anywhere in a provisioning package to turn a feature on so I would rule that out. Unnatend.xml seems more plausible than other options as they dont seem relevant. My vote would be C and E
upvoted 3 times
...
PassiveInterface
4 years, 4 months ago
Correct answers are AE Provisioning package works with Windows Configuration Designer to provision win10 features and runtime settings. WCD (provisioning Package) is GUI based while DISM is command line based and does the same function. Unattend.xml / answer files are used with installation media. It contains settings, definitions and values to use during Windows Setup. In an answer file, you specify various setup options. These options include how to partition disks, where to find the Windows image that will be installed, and which product key to apply.
upvoted 3 times
...
madcable
4 years, 5 months ago
C,E is the right answer
upvoted 3 times
...
Timmi
4 years, 7 months ago
unattend and DISM are literally menioned in the refernce link: "You also can use the Unattend.xml to enable components in Windows 10, like the Telnet Client or Hyper-V client. Normally we prefer to do this via the Install Roles and Features action, or using Deployment Image Servicing and Management (DISM) command-line tools, because then we can add that as an application, being dynamic, having conditions, and so forth."
upvoted 4 times
...
Davood
4 years, 9 months ago
The correct answer is C and E.
upvoted 5 times
...
Davood
4 years, 9 months ago
C and E is correct answer.
upvoted 5 times
...
JeepScratch
4 years, 9 months ago
Sorry, correct answers are C + E. See https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/configure-windows-server-roles and https://blogs.technet.microsoft.com/cameronk/2011/05/22/enabling-the-hyper-v-role-during-a-task-sequence-while-avoiding-the-reboots/
upvoted 3 times
...
JeepScratch
4 years, 9 months ago
Correct answers are A + E. See https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/configure-windows-server-roles and https://blogs.technet.microsoft.com/cameronk/2011/05/22/enabling-the-hyper-v-role-during-a-task-sequence-while-avoiding-the-reboots/
upvoted 3 times
Timmi
4 years, 7 months ago
C is clearly correct. its literally mentioned in the answer reference: "You also can use the Unattend.xml to enable components in Windows 10, like the Telnet Client or Hyper-V client"
upvoted 2 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago