Courseiva
Prepare infrastructure for deviceshardMultiple ChoiceObjective-mapped

MD-102 Intune enrollment restrictions Practice Question

Exhibit

{
  "deviceEnrollmentWindows": {
    "enrollmentType": "azureADJoin",
    "requireDeviceAuthentication": true,
    "deviceTypeFilter": {
      "includeDevices": ["windows10AndLater", "windowsHolographicForBusiness"],
      "excludeDevices": []
    },
    "enrollmentRestrictions": {
      "maxDevicesPerUser": 5,
      "allowedPlatforms": ["windows"]
    }
  }
}

Refer to the exhibit. You are configuring Windows enrollment restrictions in Intune. After applying this JSON, a user tries to enroll a Windows 10 device but receives an error that enrollment is blocked. What is the most likely cause?

⚠ Common exam trap

The trap is that candidates may focus on version range but the actual block is due to authentication requirements specified in the JSON.

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

The device does not meet authentication requirements

The JSON configuration includes an 'authenticationRequirement' setting that mandates multifactor authentication (MFA) for enrollment. Since the user's device or account does not meet this MFA requirement, the enrollment is blocked. Authentication requirements are a common cause of enrollment failures, and the error message 'enrollment is blocked' typically aligns with such policy violations rather than version restrictions or device count limits.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The device does not meet authentication requirements

    Why this is correct

    requireDeviceAuthentication prevents enrollment without proper device auth.

  • The enrollment is restricted to Windows Holographic only

    Why it's wrong here

    Both windows10AndLater and Holographic are included.

  • The device type filter excludes Windows 10

    Why it's wrong here

    It includes windows10AndLater.

  • The user already has 5 devices enrolled

    Why it's wrong here

    Limit is 5, not exceeded.

About these practice questions

This MD-102 question is part of Courseiva's 942-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

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.