Question 212 of 991
Manage, maintain, and protect deviceseasyMultiple ChoiceObjective-mapped

Quick Answer

The answer is real-time protection. The PowerShell command `Get-MpComputerStatus` reveals that `RealTimeProtectionEnabled : False` is the specific feature disabled, even though the device appears healthy in the Microsoft Defender for Endpoint console. This is because real-time protection monitors file system activity for malware as it occurs, and its absence does not immediately trigger a health alert if other components like cloud-delivered protection remain active. On the MD-102 exam, this scenario tests your ability to distinguish between overall device health and specific protection statuses—a common trap is assuming a healthy console report means all features are enabled. Remember, the antimalware service (`AMServiceEnabled`) can be false, but the critical flag for real-time monitoring is `RealTimeProtectionEnabled`. Memory tip: think "RTP = Real-Time Patrol"—if it’s false, your device is patrolling blind.

MD-102 Manage, maintain, and protect devices Practice Question

This MD-102 practice question tests your understanding of manage, maintain, and protect devices. Examine the command output carefully: the correct answer depends on what the output actually shows, not on general recall alone. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

Exhibit

Refer to the exhibit.

```
PowerShell Output:

PS C:\> Get-MpComputerStatus | Select-Object AMServiceEnabled, AntivirusEnabled, RealTimeProtectionEnabled, IoavProtectionEnabled

AMServiceEnabled        : True
AntivirusEnabled        : True
RealTimeProtectionEnabled : False
IoavProtectionEnabled   : True
```

An administrator runs the above PowerShell command on a Windows 10 device managed by Microsoft Defender for Endpoint. The device is reporting as healthy in the security console. Based on the output, which protection feature is disabled?

Question 1easymultiple choice
Full question →

Exhibit

Refer to the exhibit.

```
PowerShell Output:

PS C:\> Get-MpComputerStatus | Select-Object AMServiceEnabled, AntivirusEnabled, RealTimeProtectionEnabled, IoavProtectionEnabled

AMServiceEnabled        : True
AntivirusEnabled        : True
RealTimeProtectionEnabled : False
IoavProtectionEnabled   : True
```

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

Real-time protection

The PowerShell command `Get-MpComputerStatus` returns the current status of Microsoft Defender Antivirus. The output shows `AMServiceEnabled : False`, which indicates the antimalware service is disabled, but the critical indicator is `RealTimeProtectionEnabled : False`. Real-time protection monitors file system activity for malware in real time; when disabled, the device may still report as healthy in the Microsoft Defender for Endpoint console if other components (e.g., cloud-delivered protection) are active, but the device is not fully protected against immediate threats.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • IOAV protection

    Why it's wrong here

    IoavProtectionEnabled is True.

  • Antimalware service

    Why it's wrong here

    AMServiceEnabled is True, so antimalware service is enabled.

  • Real-time protection

    Why this is correct

    RealTimeProtectionEnabled is False, so real-time protection is disabled.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Antivirus

    Why it's wrong here

    AntivirusEnabled is True.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates see `AMServiceEnabled : False` and assume the antimalware service is the disabled feature, but the question specifically asks which protection feature is disabled based on the output, and `RealTimeProtectionEnabled : False` is the direct answer; the antimalware service being disabled is a separate state that would also disable real-time protection, but the output explicitly lists real-time protection as disabled.

Detailed technical explanation

How to think about this question

Real-time protection in Microsoft Defender Antivirus uses a file system minifilter driver (e.g., `WdFilter.sys`) to intercept all file I/O operations and scan them against signatures and behavioral heuristics. When `RealTimeProtectionEnabled` is False, the driver is unloaded or inactive, leaving the system vulnerable to file-based malware execution even if other features like cloud-delivered protection or scheduled scans remain enabled. In a real-world scenario, an attacker could drop a malicious executable that would execute without being scanned, bypassing the primary defense layer.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

An e-commerce site experiences heavy traffic on Black Friday and near-zero traffic during off-peak weeks. Rather than provisioning permanent large VMs, the team uses auto-scaling groups that add capacity automatically under load and reduce it overnight. Questions like this test whether you understand elasticity, availability zones, and cloud compute scaling patterns.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related MD-102 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free MD-102 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this MD-102 question test?

Manage, maintain, and protect devices — This question tests Manage, maintain, and protect devices — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Real-time protection — The PowerShell command `Get-MpComputerStatus` returns the current status of Microsoft Defender Antivirus. The output shows `AMServiceEnabled : False`, which indicates the antimalware service is disabled, but the critical indicator is `RealTimeProtectionEnabled : False`. Real-time protection monitors file system activity for malware in real time; when disabled, the device may still report as healthy in the Microsoft Defender for Endpoint console if other components (e.g., cloud-delivered protection) are active, but the device is not fully protected against immediate threats.

What should I do if I get this MD-102 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Keep practising

More MD-102 practice questions

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

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.