/build/static/layout/Breadcrumb_cap_w.png

Is it possible to set an Alert when someone adds software to their machine? If so, how? Particularly I am looking if a user has upgraded their Java to a "not free" version.

Is it possible to set an Alert when someone adds software to their machine?  If so, how?  Particularly I am looking if a user has upgraded their Java to a "not free" version.


0 Comments   [ + ] Show comments

Answers (3)

Posted by: IgorAngelini 2 years ago
Second Degree Blue Belt
0

You could run this report to see who has Java 8 past (inclusive) version 221


SELECT MACHINE.NAME,
S.DISPLAY_VERSION

FROM MACHINE


LEFT JOIN MACHINE_SOFTWARE_JT MSJ
ON MSJ.MACHINE_ID = MACHINE.ID

LEFT JOIN SOFTWARE S
ON S.ID = MSJ.SOFTWARE_ID


WHERE S.DISPLAY_NAME like "%JAVA 8%"
AND ((S.DISPLAY_VERSION LIKE "8.0.3%"
OR S.DISPLAY_VERSION LIKE "8.0.2%")
AND S.DISPLAY_VERSION NOT LIKE "8.0.20%"
)
Posted by: Hobbsy 2 years ago
Red Belt
0

If you know the non free version of Java that you are looking to identify, and you can see it in your software inventory then you con block it, so even if it is installed it cannot be used.

Posted by: RD94 2 years ago
Senior Yellow Belt
0

Most of the problem with the KACE software inventory, though, is there are multitudes of "sub-versions" you also have to keep track of for blocking.  It would be nice if we could create a blocked software "label" with a SQL query or something to match versions wholesale.

Don't be a Stranger!

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

Sign up! or login

View more:

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