Courseiva
hardMultiple ChoiceObjective-mapped

MD-102 Practice Question: Uses Microsoft Intune to manage Windows 10 devices

An organization uses Microsoft Intune to manage Windows 10 devices. They deploy a PowerShell script via Intune to install a custom application. The script runs successfully on some devices but fails on others with error code 0x80070002. What is the most likely cause?

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 script references a file path that does not exist on the failing devices.

Error code 0x80070002 indicates 'File not found'. This occurs when the script references a file path that does not exist on the failing devices, making option C correct. Option A is incorrect because the PowerShell execution policy is bypassed by Intune when running scripts. Option B is incorrect because Intune runs scripts in the system context (Local System account), not requiring user local admin privileges. Option D is incorrect because a script timeout would result in a different error (e.g., 0x80070057).

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 script execution exceeds the 60-minute timeout.

    Why it's wrong here

    Timeout would give a different error.

  • The user does not have local administrator privileges on the failing devices.

    Why it's wrong here

    Scripts run as SYSTEM.

  • The script references a file path that does not exist on the failing devices.

    Why this is correct

    Error 0x80070002 is 'File not found'.

  • The PowerShell execution policy is set to Restricted on the failing devices.

    Why it's wrong here

    Intune runs scripts with bypass policy.

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 →

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.