/build/static/layout/Breadcrumb_cap_w.png

how can I print an inventory report on just one computer

I would like to print the inventory of just one computer

2 Comments   [ + ] Show comments
  • Do you mean custom inventory or all the program's installed ? - rock_star 9 years ago
  • I mean, one device/computer and all its software that is installed on it - jarvies 9 years ago

Answers (2)

Posted by: rock_star 9 years ago
4th Degree Black Belt
0
select
    S.DISPLAY_NAME as SOFTWARE_NAME,
    S.DISPLAY_VERSION as VERSION,

from MACHINE M

left join MACHINE_SOFTWARE_JT MSJ ON M.ID = MSJ.MACHINE_ID
left join SOFTWARE S ON MSJ.SOFTWARE_ID = S.ID

where M.ID = 1
Posted by: aragorn.2003 9 years ago
Red Belt
0
You can also create a normal device report with all columns you need and create a filter.

System Name = COMPUTERNAME or
System Name contains COMPUTERNAME


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