/build/static/layout/Breadcrumb_cap_w.png

KACE Report - Software on Computer

I'm not really experienced with SQL but I made a duplicate of this built in KACE report "Software on Computer"
It grabs all systems but I would like to modify it to select only systems under a  label or specific system by name:

SQL:
Select CONCAT(MACHINE.NAME, "\\", MACHINE.SYSTEM_DESCRIPTION) as MACHINE_NAME, DISPLAY_NAME, DISPLAY_VERSION, PUBLISHER from (SOFTWARE, MACHINE_SOFTWARE_JT, MACHINE)  

where 

MACHINE.ID = MACHINE_SOFTWARE_JT.MACHINE_ID and

SOFTWARE.ID = MACHINE_SOFTWARE_JT.SOFTWARE_ID 

and not IS_PATCH

order by MACHINE_NAME, DISPLAY_NAME


0 Comments   [ + ] Show comments

Answers (1)

Posted by: SMal.tmcc 4 years ago
Red Belt
0

If you do not know SQL stick with the wizard.

see this question and look at the answers there.

you would use the filter page to set what you want to view there. (label contains or device name = or contains)

https://www.itninja.com/question/k1000-compare-software-with-smart-labels


Comments:
  • Once you create your base report you could easily duplicate and use wizard to just change filter for checking installed software on any label or machine - SMal.tmcc 4 years ago
    • Ok I will try but the wizard doesn't give the same format I want like the SQL as it creates weird sub columns! Looks like garbage in Excel - anonymous_139529 4 years ago
      • ok create one with the wizard with the filters you want and export as sql, that will give the other code you need to insert into this one. - SMal.tmcc 4 years ago
    • I found the missing code, now I got it working from your suggestion and thanks!
      I can now query a single machine or use a label...I just have to insert after "where"
      10 is for a single machine and 2)using a label
      1) WHERE ((MACHINE.NAME = 'xxx-xxx-xxx')) GROUP BY MACHINE.ID ORDER BY SYSTEM_NAME
      2) WHERE ((( exists (select 1 from LABEL, MACHINE_LABEL_JT where MACHINE.ID = MACHINE_LABEL_JT.MACHINE_ID AND MACHINE_LABEL_JT.LABEL_ID = LABEL.ID AND LABEL.TYPE <> 'hidden' and LABEL.NAME = 'xxxx')) )) - anonymous_139529 4 years ago
      • I understand the format problem, I usually stick to html view as much as I can. - SMal.tmcc 4 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