- A
SkipTaskSequence=YES
Skips task sequence selection.
- B
SkipComputerBackup=YES
Why wrong: Not required for automation.
- C
SkipBitLocker=YES
Why wrong: Not a standard skip variable.
- D
SkipDomainMembership=YES
Why wrong: Not a valid MDT setting.
- E
SkipFinalSummary=YES
Suppresses final summary dialog.
Quick Answer
The answer is SkipTaskSequence=YES and SkipFinalSummary=YES. These two settings in the CustomSettings.ini file are required for a fully automated MDT deployment because SkipTaskSequence=YES bypasses the Task Sequence Wizard, preventing any prompt to select or modify the deployment sequence, while SkipFinalSummary=YES suppresses the final summary dialog that would otherwise require manual acknowledgment to complete the process. Together, they eliminate all user interaction, achieving zero-touch automation. On the MD-102 exam, this tests your understanding of how MDT controls deployment flow through configuration files; a common trap is confusing SkipWizard with SkipTaskSequence—SkipWizard alone does not suppress the final summary. Remember the mnemonic "Two Skips for Zero Clicks": SkipTaskSequence and SkipFinalSummary are the pair that fully automate the deployment from start to finish.
MD-102 Deploy Windows client Practice Question
This MD-102 practice question tests your understanding of deploy windows client. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
A company is planning to deploy Windows 11 using Microsoft Deployment Toolkit (MDT). The administrator needs to ensure that the deployment can be fully automated without user interaction. Which TWO settings should be configured in the CustomSettings.ini file?
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
SkipTaskSequence=YES
Option A is correct because setting SkipTaskSequence=YES in CustomSettings.ini allows MDT to bypass the Task Sequence Wizard, enabling a fully automated, zero-touch deployment. Option E is correct because SkipFinalSummary=YES suppresses the final summary dialog that would otherwise require user acknowledgment to complete the deployment. Together, these two settings eliminate all interactive prompts during the deployment process.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
SkipTaskSequence=YES
Why this is correct
Skips task sequence selection.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
SkipComputerBackup=YES
Why it's wrong here
Not required for automation.
- ✗
SkipBitLocker=YES
Why it's wrong here
Not a standard skip variable.
- ✗
SkipDomainMembership=YES
Why it's wrong here
Not a valid MDT setting.
- ✓
SkipFinalSummary=YES
Why this is correct
Suppresses final summary dialog.
Related concept
Read the scenario before looking for a memorised answer.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates often assume any single Skip* setting (like SkipDomainMembership or SkipBitLocker) is sufficient for full automation, but Microsoft explicitly requires both SkipTaskSequence and SkipFinalSummary to eliminate all user interaction in MDT.
Detailed technical explanation
How to think about this question
Under the hood, CustomSettings.ini is processed by MDT’s ZTIGather.wsf script, which reads each Skip* property and sets corresponding variables to control wizard page visibility. For full zero-touch deployment, you typically combine SkipTaskSequence=YES with SkipFinalSummary=YES and often SkipCapture=YES, SkipAdminPassword=YES, and SkipProductKey=YES to suppress all interactive dialogs. In real-world scenarios, failing to set SkipFinalSummary=YES can cause deployments to hang at the last step, requiring manual intervention even when all other settings are correct.
KKey Concepts to Remember
- Read the scenario before looking for a memorised answer.
- Find the constraint that changes the correct option.
- Eliminate answers that are true in general but not in this case.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A company's IT admin needs to give a contractor read-only access to production logs without sharing account credentials. Using role-based access control (RBAC) and temporary scoped permissions — not a permanent shared password — is the correct pattern. Questions like this test whether you can apply least-privilege access across cloud identity services.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
- →
Deploy Windows client — study guide chapter
Learn the concepts, then practise the questions
- →
Deploy Windows client practice questions
Targeted practice on this topic area only
- →
All MD-102 questions
991 questions across all exam domains
- →
Microsoft 365 Endpoint Administrator MD-102 study guide
Full concept coverage aligned to exam objectives
- →
MD-102 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related MD-102 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Prepare infrastructure for devices practice questions
Practise MD-102 questions linked to Prepare infrastructure for devices.
Manage and maintain devices practice questions
Practise MD-102 questions linked to Manage and maintain devices.
Manage applications practice questions
Practise MD-102 questions linked to Manage applications.
Protect devices practice questions
Practise MD-102 questions linked to Protect devices.
Deploy Windows client practice questions
Practise MD-102 questions linked to Deploy Windows client.
Manage identity and compliance practice questions
Practise MD-102 questions linked to Manage identity and compliance.
Manage, maintain, and protect devices practice questions
Practise MD-102 questions linked to Manage, maintain, and protect devices.
MD-102 fundamentals practice questions
Practise MD-102 questions linked to MD-102 fundamentals.
MD-102 scenario practice questions
Practise MD-102 questions linked to MD-102 scenario.
MD-102 troubleshooting practice questions
Practise MD-102 questions linked to MD-102 troubleshooting.
Practice this exam
Start a free MD-102 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this MD-102 question test?
Deploy Windows client — This question tests Deploy Windows client — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: SkipTaskSequence=YES — Option A is correct because setting SkipTaskSequence=YES in CustomSettings.ini allows MDT to bypass the Task Sequence Wizard, enabling a fully automated, zero-touch deployment. Option E is correct because SkipFinalSummary=YES suppresses the final summary dialog that would otherwise require user acknowledgment to complete the deployment. Together, these two settings eliminate all interactive prompts during the deployment process.
What should I do if I get this MD-102 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Same concept, more angles
1 more ways this is tested on MD-102
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. 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?
medium- A.SkipApps=YES
- B.UserDataLocation=AUTO
- ✓ C.SkipWizard=YES
- D.DoNotCreateExtraPartition=YES
Why C: Option C is correct because `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.
Last reviewed: Jun 11, 2026
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.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.