Hello,
I am trying to determine the detected or needed patches per device in a query or report. This would be a list that tells me each patch that needs to be installed per device (server).
I am able to produce results using a query:
"Computer"."Type" = "Server"
"Computer"."Detected Patch and Compliance Definitions"."Detected" = "1"
For example - In the query I get "25" patches listed for one device. When I right click on the device and go to "Security and Patch Information - All Detected"; I see 55 patches listed.
I want to make sure my query/result is accurate.
What is the best way to determine needed patches per device?
I have seen this document Patch Codes for Inventory.
Thank you