Smart Computer Group Parameters

JefferyAnderson
Contributor

I am trying to create a Smart Computer Group for computers that have Acrobat 2017 but not version 2017.011.30188. I can get the part of computers with Acrobat 2017, but I can't figure out how to single out computers without version 2017.011.30188.

The attached query brings up all of my computers with 2017. Any help would be appreciated.
bf53b5e8ee31441e95a6eec72d90581c

3 REPLIES 3

sdagley
Esteemed Contributor II

@Jeffery_Anderson Try "Is Not" for 2017.011.30188, and drop the 2nd Application Title as 2 consecutive Application Version parameters will apply to the preceding Application Title

sdagley
Esteemed Contributor II

You can also use a RegEx to look for versions highs than a specific version. Here's a handy tool to generate the RegEx for that: https://gist.github.com/talkingmoose/2cf20236e665fcd7ec41311d50c89c0e/

JefferyAnderson
Contributor

Thanks. I figured it out. The problem was that Adobe listed the version number as 2017.011.30188 but Jamf reports the version as 17.011.30188. When I changed the query to drop the leading "20" in the version number I get the expected results.