MS-102 • Practice Test 28
Free MS-102 practice test — 15 questions with explanations. Set 28. No signup required.
You run the above PowerShell command on a Windows 10 device that is onboarded to Microsoft Defender for Endpoint. The device is reporting as healthy in the portal, but you suspect that some behavioral detection capabilities are turned off. Based on the output, which setting should you modify?
Refer to the exhibit. ```powershell Get-MpPreference | Select-Object -Property DisableRealtimeMonitoring, DisableBehaviorMonitoring, DisableBlockAtFirstSeen ``` Output: ``` DisableRealtimeMonitoring : False DisableBehaviorMonitoring : True DisableBlockAtFirstSeen : False ```