I would like to monitor Windows Defender Real-time Protection and if it is switched off Received an alarm in the PRTG. With WMI the parameters can be checked as follows:
Get-CimInstance -ClassName MSFT_MpComputerStatus -Namespace root/microsoft/windows/defender | Select-Object -Property ComputerID, BehaviorMonitorEnabled
ComputerID BehaviorMonitorEnabled ---------- ---------------------- 25002CAF-D265-4C1C-9CD0-EB32299A80DF True
How can this test be implemented in the PRTG?
Thank you for the feedback
Add comment