Browse
Jamf Nation Community
Products
Community & Events
Groups
Tech Thoughts
Jamf Nation Rewards
Help
Sign In
05-23-2024
la79
New Contributor
Joined:
April 2024
User Statistics
1
Posts
0
Solutions
0
Kudos given
0
Kudos received
View all badges
Jamf Nation Community
About la79
User Activity
Posts
Replies
No posts to display.
Re: BigFix Client version extension attribute
05-23-2024
Updated this Extension Attribute for Big Fix:#!/bin/sh result=`defaults read /Library/BESAgent/BESAgent.app/Contents/version CFBundleVersion` if [ $result == "" ]; then echo "Not Installed" else echo "$result" fi