/build/static/layout/Breadcrumb_cap_w.png

Query to Run Report for "Patches Reported Installed in Software Inventory"

Hi Anyone,

I am trying to write a report using the Report Wizard, but I have been failing horribly. I am not sure how to write a report to gather information from a specific system. The information I need is from the Inventory of a device under "Patches Reported Installed in Software Inventory". See screenshot. Has anyone written a report to do this before? If so, do you mind sharing?

qUMkBB.png

Thanks!

0 Comments   [ + ] Show comments

Answers (1)

Posted by: chucksteel 9 years ago
Red Belt
0
This should work:
SELECT SOFTWARE.DISPLAY_NAME, SOFTWARE.PUBLISHER FROM ORG1.SOFTWARE 
JOIN MACHINE_SOFTWARE_JT on MACHINE_SOFTWARE_JT.SOFTWARE_ID = SOFTWARE.ID
JOIN MACHINE on MACHINE.ID = MACHINE_SOFTWARE_JT.MACHINE_ID
WHERE IS_PATCH = 1
and MACHINE.NAME = "targetcomputer"


Comments:
  • Hi Chucksteel, sorry for the delay. It worked! If possible, can it display the installed date in the query?

    Thanks! - ttruong 9 years ago
    • I should be more specific on the installed date. I was wondering if it is possible to put down the Installed Date column in the report? This way the report will indicate when each patch was installed. This will definitely do for our auditors. - ttruong 9 years ago

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ