Relevance for Installed Security Patches

Hi i want to create a relevance for if the client has installed security updates released after july 2021.

I found this relevance but it is showing all patches “if (exists wmi) then ((string value of property “HotFixID” of it & " - " & string value of property “InstalledOn” of it) of select objects “HotFixID, InstalledOn from Win32_QuickFixEngineering where HotFixID != ‘File 1’” of wmi) as string else (“N/A”)”

You’d be better using Web Reports or even WebUI (if you have it) for this as it’s already built and then you can apply the filters from there.

1 Like