MD-102 Manage and maintain devices Practice Question
Exhibit
{
"properties": {
"displayName": "Win32 App Deployment",
"description": "Deploy custom script",
"publisher": "Contoso",
"installExperience": "system",
"requirementRule": {
"@odata.type": "#microsoft.graph.win32LobAppRequirement",
"operator": "greaterThanOrEqual",
"value": "10.0.19041"
},
"detectionRule": {
"@odata.type": "#microsoft.graph.win32LobAppDetection",
"path": "C:\\Program Files\\Contoso\\App.exe",
"fileOrFolderName": "App.exe",
"check32BitOn64System": false
},
"installCommandLine": "setup.exe /silent",
"uninstallCommandLine": "setup.exe /uninstall"
}
}Refer to the exhibit. You are reviewing a Win32 app configuration in Microsoft Intune. The app is not installing on some Windows 10 devices. Which is the most likely reason?
⚠ Common exam trap
The trap here is that candidates often focus on the install command or detection rules as the cause of installation failure, overlooking the explicit OS version requirement that prevents installation from even starting on incompatible devices.
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 devices have an OS version lower than 10.0.19041.
The exhibit shows the 'Minimum OS version' requirement set to 10.0.19041 (Windows 10 version 20H1/2004). Devices with an OS build lower than this threshold will fail to install the Win32 app, as Intune enforces this requirement before executing the installation command. This is a common configuration issue when deploying apps to a mixed-OS environment.
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 devices have an OS version lower than 10.0.19041.
Why this is correct
The requirement rule sets a minimum OS version of 10.0.19041.
- ✗
The install command line is missing the /silent switch.
Why it's wrong here
The /silent switch is present.
- ✗
The detection rule path is incorrect.
Why it's wrong here
The path is valid for detection.
- ✗
The install experience is set to system, but should be user.
Why it's wrong here
System context is appropriate for a Win32 app.
Go deeper
Related to this question
Learn chapter
Introduction to Endpoint Management in Microsoft 365
Key term
Windows 10
Windows 10 is a personal computer operating system developed by Microsoft that combines the familiarity of Windows 7 with the modern features of Windows 8, designed to run on a wide range of devices from desktops to tablets.
Key term
Win32 app
A Win32 app is a traditional Windows program that runs directly on a Windows PC, using the same system resources and displaying a standard window with menus and buttons.
About these practice questions
Courseiva writes every MD-102 question from scratch — 942 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. 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.