K1000: Installed Patches Via Inventory report
I need to write a report providing the "installed patches via inventory" count for each computer as found on the computer detail screen on the K1000 appliance. Does anyone have any idea the tables that would need to be included in the query or better yet have the query for this report? Thanks
James
2 Comments
[ + ] Show comments
Answers (0)
Please log in to answer
Be the first to answer this question
WHERE `SOFTWARE1`.`IS_PATCH`=1 ORDER BY `MACHINE1`.`OS_NAME`, `MACHINE1`.`NAME`, `SOFTWARE1`.`DISPLAY_NAME`. Make sure to add in the where clause "patch=1". - jrwallace96 10 years ago