MD-102 Manage, maintain, and protect devices • Set 2
MD-102 Manage, maintain, and protect devices Practice Test 2 — 15 questions with explanations. Free, no signup.
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?
Refer to the exhibit. ``` PowerShell Output: PS C:\> Get-MpComputerStatus | Select-Object AMServiceEnabled, AntivirusEnabled, RealTimeProtectionEnabled, IoavProtectionEnabled AMServiceEnabled : True AntivirusEnabled : True RealTimeProtectionEnabled : False IoavProtectionEnabled : True ```