MD-102 Manage applications Practice Question
Exhibit
Refer to the exhibit.
```powershell
$app = Get-IntuneMobileApp -AppId "12345678-1234-1234-1234-123456789012"
$app.assignment | Format-List
```
Output:
```
intent : required
target : @{@odata.type=#microsoft.graph.allDevicesAssignmentTarget}
```You run the PowerShell command to check the assignment of a Microsoft Store app in Intune. The output shows 'intent: required' and 'target: allDevicesAssignmentTarget'. Which statement is true about this app?
⚠ Common exam trap
Many exam-takers confuse 'allDevicesAssignmentTarget' with a manually created 'All Devices' group, or misinterpret 'intent: required' as making the app available in Company Portal, when in fact it enforces automatic 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
✓
The app will install automatically on all enrolled devices.
The output shows 'intent: required' and 'target: allDevicesAssignmentTarget'. In Intune, 'intent: required' means the app is mandatory and will install automatically without user intervention. 'target: allDevicesAssignmentTarget' indicates the assignment applies to all enrolled devices, not a specific group. Therefore, the app will install automatically on every enrolled device, making option B correct.
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 assigned to a specific device group named 'All Devices'.
Why it's wrong here
It targets all devices, not a specific group.
- ✓
The app will install automatically on all enrolled devices.
Why this is correct
Required assignment to all devices triggers automatic installation.
- ✗
The app is only assigned to devices that have the Intune Management Extension.
Why it's wrong here
All devices are targeted regardless of extension.
- ✗
The app is available for users to install from Company Portal.
Why it's wrong here
Required apps are installed automatically, not available.
Go deeper
Related to this question
Learn chapter
Introduction to Endpoint Management in Microsoft 365
Key term
Microsoft Store app
A Microsoft Store app is a software program downloaded and installed from the Microsoft Store, designed to run in a sandboxed environment with limited system access for improved security and ease of management.
Key term
Intune
Microsoft Intune is a cloud-based service that helps organizations manage their users' devices and applications, ensuring security and compliance without needing to own or control the physical hardware.
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 →
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.