MD-100 - Microsoft Windows Client Practice Test

โ–ถ

What Is the MD-100 Exam?

The MD-100 โ€” officially titled Microsoft Windows Client โ€” is a Microsoft certification exam that tests your ability to deploy, configure, and manage Windows client environments. It's one of two exams (alongside MD-101) that make up the Microsoft 365 Certified: Modern Desktop Administrator Associate credential. If you're working in IT support, systems administration, or desktop management, this is a foundational certification worth having.

The exam focuses on real-world Windows 10 and Windows 11 administration tasks: installing and configuring Windows, managing local users and groups, configuring network settings, maintaining Windows devices, and troubleshooting common client-side issues. It's not a theoretical exam โ€” the questions are scenario-based and expect you to know how to actually do the work.

This guide covers the full exam blueprint, what you need to study, how to approach the trickier question types, and how practice tests fit into your preparation strategy.

MD-100 Exam Format

The MD-100 contains 40โ€“60 questions depending on which question types you receive. Microsoft uses several formats:

You have 120 minutes to complete the exam. The passing score is 700 on a 1000-point scale. Exams are administered by Pearson VUE at authorized testing centers or via online proctoring.

Note: Microsoft retired the standalone MD-100 exam in June 2023 as part of their certification program updates. The content is now covered under the updated Modern Desktop Administrator Associate certification path. If you're pursuing the older MD-100 specifically, verify with Microsoft's current certification catalog โ€” some training providers and testing centers still support it under transition arrangements. Either way, the underlying technical knowledge remains fully relevant.

MD-100 Exam Domains and Objectives

The MD-100 exam blueprint is divided into five main domains. Here's what each covers and roughly how much of the exam it represents:

1. Deploy Windows (15โ€“20%)

This domain covers Windows deployment scenarios โ€” both clean installations and upgrades. You need to know:

For Autopilot specifically, understand the deployment profiles (white glove, user-driven, self-deploying), how devices are registered, and how Autopilot interacts with Azure AD and Intune. Autopilot questions show up consistently.

2. Manage Devices and Data (35โ€“40%)

The highest-weighted domain. It covers the day-to-day administration work of a Windows client administrator:

NTFS permissions and BitLocker tend to generate the most questions in this domain. Know how inherited permissions interact with explicitly set permissions, how to calculate effective permissions for a user who belongs to multiple groups, and BitLocker encryption modes (TPM, PIN, USB startup key, and combinations).

3. Configure Connectivity (15โ€“20%)

Network configuration on Windows clients:

Know when to use each VPN protocol and what their tradeoffs are. IKEv2 is preferred for modern deployments; understand why SSTP works well with firewalls (uses port 443). For wireless, understand 802.1x (RADIUS-based authentication) versus pre-shared key and when each is appropriate.

4. Maintain Windows (15โ€“20%)

This domain covers keeping Windows clients healthy and up to date:

5. Troubleshoot Windows Client Issues (15โ€“20%)

Scenario-based troubleshooting questions across all the other domains:

Troubleshooting questions test your methodology as much as your technical knowledge. Know the systematic approach to common problems and the right tools for each type of issue.

Start Free MD-100 Practice Test

Key Topics That Need Deep Focus

After reviewing what consistently trips up MD-100 candidates, a few topics deserve extra attention:

BitLocker Encryption

BitLocker questions are everywhere on this exam. Know the difference between BitLocker (full disk encryption) and BitLocker To Go (removable drives). Understand the hardware requirements โ€” TPM 1.2 or higher for standard BitLocker with TPM protection. Know the authentication methods: TPM only, TPM + PIN, TPM + startup key, startup key only (when no TPM). Understand how to manage BitLocker recovery keys โ€” storing in Active Directory, Azure AD, or on a USB drive.

NTFS vs Share Permissions

Combination permission questions require you to know: when both NTFS and share permissions apply (remote access), the more restrictive permission takes effect. When only NTFS applies (local access), share permissions are irrelevant. How inherited permissions work and how to block inheritance. How Deny permissions override Allow permissions โ€” even when a user has an Allow from group membership, an explicit Deny for that user wins.

Windows Autopilot

Autopilot has become central to modern Windows deployment. Understand the prerequisites (Azure AD P1/P2, Intune subscription, device registration), the deployment profile types, the distinction between user-driven and self-deploying modes, and what happens during an Autopilot deployment sequence. Know how Autopilot works with Hybrid Azure AD join scenarios.

Group Policy vs Intune

Questions often present a scenario and ask whether Group Policy, Intune, or local policy is the right tool. Key distinction: Group Policy requires domain membership; Intune works with Azure AD-joined devices. Modern management increasingly uses Intune. Know what settings are available in each tool and when to prefer one over the other.

How to Prepare: Study Approach That Works

MD-100 preparation is more hands-on than most certification exams. Reading documentation and watching videos helps, but you'll retain more by actually doing the tasks in a test environment. Set up a Windows 10/11 VM (Hyper-V, VMware, or VirtualBox โ€” all work fine) and practice the configurations you're studying.

For structured content, Microsoft Learn has free official learning paths for MD-100. These are worth doing in full โ€” they align directly to the exam objectives and include hands-on exercises. Supplement with a quality question bank to build exam-day fluency.

For timeline, 4โ€“6 weeks of consistent study is typical for candidates with some Windows administration background. If you're newer to the content, plan 8โ€“10 weeks. The questions are scenario-based, so depth of understanding matters more than breadth of memorization.

Tips for Exam Day

For case study questions: read the company background and requirements carefully before looking at the questions. Understand the constraints (domain-joined vs Azure AD-joined, on-premises vs cloud, user requirements). Then read each question against those constraints. Many wrong answers are perfectly valid solutions โ€” just not right for the specific scenario described.

For drag-and-drop and build list questions: don't overthink the order of steps. For processes like enabling BitLocker or configuring VPN profiles, there's typically only one logical sequence. If you know how to actually do the task, the ordering is intuitive.

Time management: 120 minutes for 40โ€“60 questions gives you roughly 2โ€“3 minutes per question. Case studies take longer โ€” budget 15โ€“20 minutes per case study and don't let them steal time from the rest of the exam. Flag and revisit rather than getting stuck.

Pros

  • Industry-recognized credential boosts your resume
  • Higher earning potential (10-20% salary increase on average)
  • Demonstrates commitment to professional development
  • Opens doors to advanced career opportunities

Cons

  • Exam preparation requires significant time investment (4-8 weeks)
  • Certification fees can be $100-$400+
  • May require continuing education to maintain
  • Some employers may not require certification

Is the MD-100 exam still available?

Microsoft retired the MD-100 exam in June 2023 as part of a certification restructuring. The Modern Desktop Administrator Associate credential path was updated. Check Microsoft's current certification catalog for the current exam requirements. The underlying Windows client administration knowledge remains applicable to current Microsoft certification paths.

What's the difference between MD-100 and MD-101?

MD-100 (Windows Client) covers Windows OS deployment, configuration, and maintenance on individual devices. MD-101 (Managing Modern Desktops) covers enterprise management โ€” Intune, Microsoft 365, compliance policies, and app deployment at scale. Together they formed the Modern Desktop Administrator Associate credential.

Do I need to know PowerShell for MD-100?

Basic PowerShell knowledge is helpful โ€” some questions present PowerShell cmdlets as correct answers for tasks like managing local groups, configuring network settings, or checking BitLocker status. You don't need to write complex scripts, but you should recognize key cmdlets and understand what they do: Get-LocalGroupMember, Enable-BitLocker, Get-NetIPConfiguration.

How long does MD-100 certification last?

Microsoft certifications now expire annually and require renewal to maintain. Role-based certifications like Modern Desktop Administrator Associate require passing a free renewal assessment on Microsoft Learn each year to stay current. This replaced the older multi-year expiration model.

What's the best way to practice for scenario-based questions?

Build a lab environment โ€” even a single Windows 10/11 VM lets you practice BitLocker configuration, user account management, network settings, and Group Policy. Actually performing the tasks in a real environment builds procedural memory that carries over to scenario questions. Combine hands-on practice with question bank work for best results.

Can I use Microsoft Learn materials to prepare for MD-100?

Yes โ€” Microsoft Learn's official MD-100 learning paths are free and closely aligned to exam objectives. They include exercises, knowledge checks, and sandboxed lab environments for some topics. They're an excellent primary resource, though supplementing with additional practice questions from a third-party bank improves exam readiness.
โœ… Verified Reviews

MD-100 Practice Test Reviews

โ˜…โ˜…โ˜…โ˜…โ˜…โ˜…โ˜…โ˜…โ˜…
4.6 /5

Based on 972 reviews

Next Steps for Your MD-100 Preparation

The MD-100 is a practical exam โ€” it tests whether you can actually administer Windows client environments, not just recall facts about them. Your preparation should reflect that: combine content review with hands-on practice in a lab environment, and measure your knowledge with regular practice testing.

Start with the Microsoft Learn learning paths, build your lab environment, and use our free MD-100 practice tests to identify knowledge gaps and get comfortable with the question formats. Track your performance by domain and focus extra effort on the areas where you're weakest โ€” particularly the high-weight Manage Devices and Data domain.

With consistent, hands-on preparation over 4โ€“8 weeks, you'll be well-positioned to pass on your first attempt.

โ–ถ Start Quiz