All of the data is within the SQL Views. You can see the SQL views within the docs.
Report on System Center Endpoint Protection / Windows defender
Hello,
I am looking for a list of servers with the following information:
- Server Name
- Antimalware Policy Name
- Collection Name
- Real Time Protection Value
SQL Query?
PowerShell command?
Thanks,
Dom
Microsoft Security | Intune | Configuration Manager | Other
2 answers
Sort by: Most helpful
-
-
AllenLiu-MSFT 49,436 Reputation points Microsoft External Staff2023-11-10T06:25:02.95+00:00 Hi, @Duchemin, Dominique
Thank you for posting in Microsoft Q&A forum.
To get the Real-time Protection value, we can check the registry value with CMPivot:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Microsoft Antimalware\Real-Time Protection
For Antimalware Policy Name, we can query the view vSMS_G_SYSTEM_AmPolicyStatus.
I remember you extended the hardware inventory to get the Real-time Protection value, so you may try to join the custom view to the vSMS_G_SYSTEM_AmPolicyStatus.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Add comment".