Windows 10

Here you have the best Microsoft MD-100 practice exam questions

  • You have 398 total questions to study from
  • Each page has 5 questions, making a total of 80 pages
  • You can navigate through the pages using the buttons at the bottom
  • This questions were last updated on November 11, 2024
Question 1 of 398

Your network contains an Active Directory domain. All users have been issued with new computers that run Windows 10 Enterprise. All users have Microsoft 365

E3 licenses.

A user named Mia Hamm has an Active Directory user account named MHamm and a computer named Computer1. Mia Hamm reports that Computer1 is not activated.

You need to ensure that Mia Hamm can activate Computer1.

What should you do?

    Correct Answer: A

    To ensure that Computer1 is activated, assign a Windows 10 Enterprise license to the user MHamm. Since all users have Microsoft 365 E3 licenses, which include Windows 10 Enterprise, it indicates that the license should already be available. The next step would be for the user or an IT administrator to activate the operating system on Computer1 using this assigned license. This ensures that the device is properly licensed without needing more complex actions such as redeployment or resets.

Question 2 of 398

Your network contains an Active Directory domain that is synced to a Microsoft Azure Active Directory (Azure AD) tenant.

The company plans to purchase computers preinstalled with Windows 10 Pro for all users.

The company the following requirements:

✑ The new computers must be upgraded to Windows 10 Enterprise automatically.

✑ The new computers must be joined to Azure AD automatically when the user starts the new computers for the first time.

✑ The users must not be required to accept the End User License Agreement (EULA).

You need to deploy the new computers.

What should you do?

    Correct Answer: D

    To fulfill the company's requirements, the best approach is to use Windows Autopilot. It allows for automatic upgrading of new computers from Windows 10 Pro to Windows 10 Enterprise, automatic joining to Azure AD, and skipping the End User License Agreement (EULA) acceptance. Windows Autopilot simplifies the setup and pre-configuration process for new devices, ensuring they meet the company's specifications without requiring extensive user interaction.

Question 3 of 398

Your company is not connected to the internet. The company purchases several new computers with Windows 10 Pro for its users.

None of the new computers are activated.

You need to activate the computers without connecting the network to the Internet.

What should you do?

    Correct Answer: A

    To activate computers running Windows 10 Pro without connecting to the Internet, you should use the Volume Activation Management Tool (VAMT). VAMT allows you to manage and deploy volume activation of Windows systems using a Multiple Activation Key (MAK) without requiring direct internet access for all machines. VAMT can act as a proxy for MAK activation by connecting to the Microsoft activation servers on behalf of the client computers, which aligns with your requirement of not having the new computers connected to the Internet. KMS, on the other hand, typically requires a minimum number of systems (25) and a network connection for activation, which does not fit the scenario described.

Question 4 of 398

Your network contains an Active Directory domain. All users have been issued with computers that run Windows 8.1.

A user named Mia Hamm has a computer named Computer1. You upgrade Computer1 to Windows 10 by performing a clean installation of Windows 10 without formatting the drives.

You need to migrate the settings for Mia Hamm from Windows 8.1 to Windows 10.

Which two actions should you perform?

NOTE: Each correct selection is worth one point.

    Correct Answer: A, B

    When migrating settings from Windows 8.1 to Windows 10 after an upgrade involving a clean installation without formatting the drives, you should first collect the user's state data from the Windows 8.1 installation using scanstate.exe and specify the C:\Users folder where the user's profiles and settings are stored. Then, you should use loadstate.exe to apply the collected data to the current Windows 10 installation, specifying the C:\Windows.old folder where the previous operating system data is stored post-upgrade. This approach ensures all user settings and profiles are correctly transferred to the new OS installation.

Question 5 of 398

You have a computer named Computer1 that runs Windows 10.

You deploy an application named Application1 to Computer1.

You need to assign credentials to Application1.

You need to meet the following requirements:

✑ Ensure that the credentials for Application1 cannot be used by any user to log on to Computer1.

✑ Ensure that the principle of least privilege is maintained.

What should you do?

    Correct Answer: B

    To meet the requirements of ensuring that the credentials for Application1 cannot be used by any user to log on to Computer1 and to maintain the principle of least privilege, you should create a user account for Application1 and assign that user account the Deny log on locally user right. This ensures that the account cannot be used interactively to log on to the computer while still allowing the application to run with only the necessary permissions.