exam questions

Exam MD-101 All Questions

View all questions & answers for the MD-101 exam

Exam MD-101 topic 2 question 100 discussion

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

HOTSPOT -
You have a server named Server1 and computers that run Windows 8.1. Server1 has the Microsoft Deployment Toolkit (MDT) installed.
You plan to upgrade the Windows 8.1 computers to Windows 10 by using the MDT deployment wizard.
You need to create a deployment share on Server1.
What should you do on Server1, and what are the minimum components you should add to the MDT deployment share? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
Box 1: Install the Windows Deployment Services role.
Install and initialize Windows Deployment Services (WDS)
On the server:
Open an elevated Windows PowerShell prompt and enter the following command:
Install-WindowsFeature -Name WDS -IncludeManagementTools
WDSUTIL /Verbose /Progress /Initialize-Server /Server:MDT01 /RemInst:"D:\RemoteInstall"
WDSUTIL /Set-Server /AnswerClients:All
Incorrect:
* Install the Windows Assessment and Deployment Kit (Windows ADK)
MDT installation required the ADK, but MDT is already installed.
Box 2: Windows 10 image and task sequence only
Create the reference image task sequence
In order to build and capture your Windows 10 reference image for deployment using MDT, you will create a task sequence.
Reference:
https://docs.microsoft.com/en-us/windows/deployment/deploy-windows-mdt/prepare-for-windows-deployment-with-mdt https://docs.microsoft.com/en-us/windows/deployment/deploy-windows-mdt/create-a-windows-10-reference-image

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
bensrayan
Highly Voted 2 years, 9 months ago
My picks: -install ADK -windows 10 image and task sequence only
upvoted 10 times
Deric
2 years, 9 months ago
The MDT installation would require ADK, but it states that MDT is already installed on the server. Therefore I think the given answer is correct.
upvoted 6 times
rendog
2 years, 6 months ago
I agree since it does state MDT is already installed (which means ADK is already installed). After doing some reading on the subject I think adding the WDS role and using this in conjunction with MDT would make the most sense for deploying WIN 10 to a group of computers (although the client computers would need to have PXE-enabled network cards for this to work so they can boot from the image specified in the WDS server options). Steps to accompish this: 1) https://petri.com/deploy-windows-10-using-mdt-wds-part-1-create-mdt-deployment-share/ 2) https://petri.com/deploy-windows-10-using-mdt-wds-part-2-install-wds-boot-pxe-client/ 3) https://petri.com/deploy-windows-10-using-mdt-wds-part-3-deploy-windows-10-pxe-enabled-boot-client/
upvoted 1 times
...
...
Meebler
2 years, 5 months ago
In general, if you have a smaller environment and you only need to deploy Windows 10 to a limited number of computers, the ADK is a good choice. But if you have a larger environment with a significant number of computers to manage, WDS is a better choice as it provides more advanced features such as multicast deployment, PXE boot, and remote installation.
upvoted 1 times
...
...
Amir1909
Most Recent 1 year, 5 months ago
- (Windows ADK) - Windows 10 image and task sequence only
upvoted 1 times
...
dlast
1 year, 11 months ago
According to https://learn.microsoft.com/en-us/windows/deployment/deploy-windows-mdt/prepare-for-windows-deployment-with-mdt both WDS and ADK are required. Which makes this an riddle instead of question. My pick is ADK because WDS is for PXE boot which doesn't do in-place upgrades.
upvoted 1 times
USRobotics
1 year, 10 months ago
I agree with you. Have we any proof that the choice is correct?
upvoted 1 times
...
...
e635466
2 years, 1 month ago
If they now run the Windows 8.1 image then the ADK should be updates anyway. My pick - Install ADK - Win10 image and task sequence only Nowhere on this site is WDS mentioned. WDS is specific to install computers over the network with PXE boot.
upvoted 1 times
e635466
2 years, 1 month ago
Sorry, It's a shame you can't change you comments. Here is the link: https://learn.microsoft.com/en-us/windows/deployment/deploy-windows-mdt/upgrade-to-windows-10-with-the-microsoft-deployment-toolkit
upvoted 1 times
...
...
Fuzm4n
2 years, 7 months ago
WDS is for PXE booting. You can use a WinPE USB stick for MDT. Install ADK Win 10 image and task sequence
upvoted 2 times
...
_Phiphi_
2 years, 8 months ago
I agree with Bensrayan. It is necessary to update the ADK which is mandatory and which is related to the version of Windows to deploy
upvoted 1 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 ...