Browse
Jamf Nation Community
Products
Community & Events
Groups
Tech Thoughts
Jamf Nation Rewards
Help
Sign In
4 weeks ago
addikt42
New Contributor
Joined:
April 2022
User Statistics
2
Posts
1
Solutions
0
Kudos given
2
Kudos received
View all badges
Jamf Nation Community
About addikt42
User Activity
Posts
Replies
No posts to display.
Re: TimeZone Extension Attribute
04-19-2022
I changed this slightly to pipe this to awk #!/bin/bash # Extension attribute to return current TZ localtime=`/bin/ls -n /etc/localtime | awk -F"zoneinfo/" '/zoneinfo/{print $2}'` echo "$localtime" exit 0 awk instead.
Kudos from
User
Count
mmobin
1
user-dKGrgHyYDI
1
View all