Skip to main content

We upgraded our JSS over the weekend to 9.24 from 8.72. I want to keep an eye on the clients as they update their binary to 9.24. I don't see a way to create a smart group based on binary version. Am I overlooking something or is there another way to do this?

You could make a smart computer group with the criteria "JAMF Binary Version" is not "9.24".


Figured I could do that with a Smart Group but I don't see the criteria "Jamf Binary Version" as an option


Running 9.22 here could have disappeared. Are you going to Smart Group criteria click add and go to the bottom and choosing "All Criteria" then search for "JAMF Binary Version" search criteria? Otherwise you could script it as an extension attribute.



binaryVersion=`jamf version | cut -d "=" -f2`

echo <result>$binaryVersion</result>

Ugh Man how did I not see the "All Criteria" link at the bottom! I'll guess I can chalk it up to being knew to the v9 interface :-)



I appreciate the guidance @tron_jones


No problem still getting use to the changes here myself.