/build/static/layout/Breadcrumb_cap_w.png

reporting question

Is it possible to set up inventory reports that can report on a specific piece of hardware or software. For instance be able to report back all of the machine that have adobe acrobat installed?

0 Comments   [ + ] Show comments

Answers (4)

Posted by: bgatech 14 years ago
Orange Senior Belt
0
Why not use the Software Inventory Item?
Posted by: tayana 14 years ago
Purple Belt
0
I have used this, however I need a report I can hand to my supervisor.
Posted by: cblake 14 years ago
Red Belt
0
Sure- you can use the report wizard to easily generate such a report and have it automatically emailed to you and your supervisor on a regular schedule.
Posted by: licht 14 years ago
Senior Yellow Belt
0
Here the SQL statement you can add in KBOX Reporting :

select
MACHINE.NAME as MACHINE_NAME, SYSTEM_DESCRIPTION, IP, SOFTWARE.DISPLAY_NAME as SOFTWARE_NAME
from SOFTWARE, MACHINE_SOFTWARE_JT, MACHINE
where
MACHINE.ID = MACHINE_SOFTWARE_JT.MACHINE_ID and
MACHINE_SOFTWARE_JT.SOFTWARE_ID = SOFTWARE.ID and
(SOFTWARE.DISPLAY_NAME like 'Adobe Acrobat%')
order by MACHINE_NAME

Hope it helps
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.

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