mediumMultiple ChoiceObjective-mapped
MD-102 Practice Question: Deploy Windows 11 to 500 devices using Microsoft…
A company plans to deploy Windows 11 to 500 devices using Microsoft Deployment Toolkit (MDT). The deployment must be fully automated with minimal user interaction. Which configuration should be used in the CustomSettings.ini file?
⚠ Common exam trap
It's easy for candidates to confuse `SkipWizard=YES` with individual `Skip*` settings, thinking they need to list each one, or they mistakenly believe `UserDataLocation=AUTO` or `DoNotCreateExtraPartition=YES` control automation level when they only affect specific deployment phases.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
SkipWizard=YES
`SkipWizard=YES` in the CustomSettings.ini file tells MDT to bypass all deployment wizard pages, enabling a fully unattended, zero-touch deployment. This is the specific setting required to achieve minimal user interaction during the MDT deployment process.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
SkipApps=YES
Why it's wrong here
Only skips application selection, not all wizards.
- ✗
UserDataLocation=AUTO
Why it's wrong here
Automates user data migration but does not skip wizards.
- ✓
SkipWizard=YES
Why this is correct
Suppresses all wizard pages, enabling zero-touch deployment.
- ✗
DoNotCreateExtraPartition=YES
Why it's wrong here
Prevents extra partitions but does not automate wizard.
Go deeper
Related to this question
About these practice questions
One of 942 original MD-102 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This MD-102 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the MD-102 exam.