MD-102 Manage applications Practice Question
Exhibit
Refer to the exhibit.
```
Get-IntuneWin32App -Name "CompanyPortal" | Select-Object -Property Name, InstallExperience, DeviceRestartBehavior, DetectionRules
```
Output:
Name : CompanyPortal
InstallExperience : system
DeviceRestartBehavior : allow
DetectionRules : @{ruleType=manual; detectionType=file; path=C:\Program Files\CompanyPortal; fileOrFolderName=CompanyPortal.exe; check32BitOn64System=False}You run the above PowerShell command. The app is installed on a device, but the detection rule checks for CompanyPortal.exe in C:\Program Files. The app installs to C:\Program Files (x86) due to a 32-bit installer. What is the most likely outcome?
⚠ Common exam trap
Test-takers frequently assume Intune's detection logic is intelligent enough to follow Windows file system redirection, when in fact it strictly checks the exact path provided, leading to a detection failure despite a successful installation.
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
✓
Intune repeatedly tries to install the app because it is not detected
Intune's detection rule is configured to check for CompanyPortal.exe in C:\Program Files. Since the 32-bit installer places the file in C:\Program Files (x86), the detection rule will not find it. Intune will then consider the app as not installed and will repeatedly attempt to reinstall it, leading to a loop of installation attempts.
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 app is successfully detected and no action is taken
Why it's wrong here
Detection will fail.
- ✗
The app installation fails with error
Why it's wrong here
Installation succeeds; detection is the issue.
- ✗
The detection rule automatically adjusts to check both folders
Why it's wrong here
No auto-adjustment.
- ✓
Intune repeatedly tries to install the app because it is not detected
Why this is correct
Failed detection triggers reinstallation.
Go deeper
Related to this question
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.