/build/static/layout/Breadcrumb_cap_w.png

How do I create a label based on a specific software and version?

Is it possible to create a label based on the specific software and version?  Like when I want the label to filter against the software, and I want it to filter against the version of that specific software as well.  It seems like the Kace label filter has Software Title and Software Version, and the version seems to be going against all versions for all software listed.


0 Comments   [ + ] Show comments

Answers (3)

Posted by: TheITNooB 3 years ago
Orange Belt
0

If the software entry is not getting the version you want then you might need to create a Custom Inventory Rule to capture the version of the software & making it easier to make a label.

Here is an example with Firefox using Registry to get the version

9mIQ35kAAAAASUVORK5CYII=


Example of Chrome version using FileInfoReturn
MbYKDlJkwAAAABJRU5ErkJggg==


Inventory entry
h++OGHXa5gkBxIDiQHkgPJgeRAciA5kBxIDmwtB5bQyKsnfB9++OEuVzBIDiQHkgPJgeRAciA5kBxIDiQHtpYDmyB8S4KMTBAIAkEgCASBIBAEgkAQCAJBYIsIXP0J3xY3LTEHgSAQBIJAEAgCQSAIBIEgEASWIBDCtwSlyASBIBAEgkAQCAJBIAgEgSAQBK4Qgf8LWrEN9HbRN60AAAAASUVORK5CYII=


Once you have created the Custom Inventory Rule and have some PCs check in you can make your label to your liking
XR9NQ8KAZCOkYYICBGRClolSUMsAAAwwwwAADDDDAAAOZAVEKX4Zvz4j1kjHAAAMMMMAAAwww8NeAKBWlopQBBhhggAEGGGCAAQYYyAwcXcw3jDDXrXwAAAAASUVORK5CYII=

Posted by: tuyen 3 years ago
Purple Belt
0

I see... good workaround.  I have been using Custom Inventory Rules for other things already.  I guess I will need to plan on using it for this as well.  It's weird that Kace can't just have the filter against the software and the version.  It seems like the database lookup is looking at the software separately and the version separately, and it doesn't have a way of linking the software to the version information so that we can look directly for the version of that software in the filter options.

Posted by: JasonEgg 3 years ago
Red Belt
0

Another way to do this is to manually write a custom SQL smart label. It would look something like this:

SELECT MACHINE.NAME AS SYSTEM_NAME, SYSTEM_DESCRIPTION, MACHINE.IP, MACHINE.MAC, MACHINE.ID as TOPIC_ID
from MACHINE 
join MACHINE_SOFTWARE_JT on MACHINE_SOFTWARE_JT.MACHINE_ID = MACHINE.ID
join SOFTWARE on MACHINE_SOFTWARE_JT.SOFTWARE_ID = SOFTWARE.ID
where SOFTWARE.DISPLAY_NAME = 'Google Chrome' 
and SOFTWARE.DISPLAY_VERSION = '89.0.4389.114'

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