Posted on 01-02-2019 12:30 PM
I've looked around, but seem to be at a loss; Does anyone here know a way to create a Smart Group that will capture all Touchbar Macs, and/or Macs with Touch ID? There is a "Touch ID" criteria in the latest version of JAMF, but I'm not sure what values it accepts. I've tried some different values but with no luck.
At the moment, we have a group that looks at the specific model identifier, but we don't want to have to update that with every new Touchbar model that comes out.
Thanks in advance!
Posted on 01-02-2019 01:38 PM
@elliott.price I'm not seeing any "Touch ID" criteria for smart computer groups. The only option that I can think of is what you're already doing by basing the membership criteria off of model identifier. It sounds like what we're looking for is an option to have a model identifier is equal to or greater than 'example' and that's not possible at this time.
Maybe different criteria could be used depending on what this smart group is for. What is the purpose of this smart group?
Posted on 01-02-2019 02:35 PM
Use an extension attribute to look for /System/Library/PreferencePanes/TouchID.prefPane and/or ~/Library/Preferences/com.apple.controlstrip.plist or any other touch id/bar files on the Mac.
If it has neither, return 0. Has TouchID, return 1. Has both, return 2.
Makes for easy reporting, keeps it in a single extension attribute, and keeps database bloat to a minimum.
Posted on 01-02-2019 02:45 PM
There are a few options on @rderewianko's blog here:
https://www.rderewianko.com/detecting-a-touchbar-mac/
Posted on 01-02-2019 04:03 PM
Extension attributes would be the best option as it stands. I've created a Feature Request that you can upvote to hopefully get this new criteria added to JAMF's roadmap: