Courseiva
Manage and maintain deviceshardMultiple ChoiceObjective-mapped

MD-102 Manage and maintain devices Practice Question

Exhibit

{
  "DeviceFilter": {
    "Name": "Windows 10 Pro devices",
    "Rule": "(device.osVersion -startsWith \"10.0.1904\") and (device.deviceType -eq \"Windows\") and (device.skuFamily -eq \"Professional\")"
  }
}

Refer to the exhibit. You are creating a device filter in Microsoft Intune to target a policy to Windows 10 Pro devices. The filter should only apply to devices running OS build 1904x (20H1 or later). However, some devices with build 1904x and SKU Professional are not receiving the policy. What is the most likely reason?

⚠ Common exam trap

Candidates often assume property values in Intune filters are case-insensitive, leading them to overlook the exact casing requirement for `device.skuFamily`, and instead focus on unrelated syntax or enrollment requirements.

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.skuFamily property value is case-sensitive and may not match 'Professional'.

The `device.skuFamily` property in Microsoft Intune is case-sensitive. When creating a device filter rule, the value 'Professional' must exactly match the case of the SKU family string returned by the device. If the actual SKU family is reported as 'Professional' with a different casing (e.g., 'professional' or 'PROFESSIONAL'), the filter will not match, causing the policy not to apply to those devices.

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 -startsWith operator does not work for osVersion property.

    Why it's wrong here

    -startsWith works for string properties.

  • The device must be enrolled via Autopilot for filters to apply.

    Why it's wrong here

    Filters apply to all enrollment types.

  • The filter rule syntax is incorrect because of the parentheses.

    Why it's wrong here

    Parentheses are valid.

  • The device.skuFamily property value is case-sensitive and may not match 'Professional'.

    Why this is correct

    Case sensitivity can cause mismatches.

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 →

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.