What are two possible ways to achieve the goal?

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.
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.

How To Pass MD-100 Exam?

Microsoft MD-100 PDF dumps.

High quality MD-100 pdf and software. VALID exam to help you pass.

microsoft-exams

One thought on “What are two possible ways to achieve the goal?

  1. Correct Answer: C E!

    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. Also, if you are adding packages via Unattend.xml, it is version specific, so Unattend.xml must match the exact version of the operating system you are servicing.

    The full syntax is.
    DISM.exe /Image=%OSDISK% /Add-ProvisioningPackage /PackagePath:%SCRIPTROOT%\PPKG\Package1.ppkg

    We can use the provisioning package to enable Hyper-V or we can use dism to enable the Hyper-V feature directly.
    The following command enables Hyper-V for the currently running Windows installation.

    Dism /online /Enable-Feature /FeatureName:HyperV /All

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.