Courseiva
Manage applicationshardMultiple ChoiceObjective-mapped

MD-102 Manage applications Practice Question

Exhibit

Get-WinEvent -LogName Microsoft-Windows-IntuneManagementExtension/Admin | Where-Object { $_.Id -eq 1001 }

Refer to the exhibit. You run the PowerShell command on a Windows 10 device to troubleshoot why a Win32 app did not install. What information does this command provide?

⚠ Common exam trap

Candidates often confuse the start time of an installation attempt with the result or completion status, leading them to choose 'The result of a completed app installation' when the command only provides the initiation timestamp.

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 start of an app installation attempt

The PowerShell command `Get-MgDeviceManagementManagedDevice -DeviceId <id> | Select-Object -ExpandProperty LastAppInstallStartTime` retrieves the timestamp of the most recent attempt to start installing an app on the managed device. This is useful for troubleshooting because it tells you when the installation process was initiated, helping to determine if the device is receiving the installation trigger from Intune. A correct start time indicates the policy was delivered and the client began processing, even if the installation later failed.

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 start of an app installation attempt

    Why this is correct

    Event 1001 logs the beginning of an installation.

  • The list of assigned policies

    Why it's wrong here

    Event 1001 is for app installation.

  • The result of a completed app installation

    Why it's wrong here

    Completion is logged with a different event ID.

  • Errors from the last sync

    Why it's wrong here

    Not specific to sync errors.

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.