Browse
Jamf Nation Community
Products
Community & Events
Groups
Tech Thoughts
Jamf Nation Rewards
Help
Sign In
02-22-2023
TimOlsson
New Contributor
Joined:
February 2023
User Statistics
2
Posts
0
Solutions
0
Kudos given
0
Kudos received
View all badges
Jamf Nation Community
About TimOlsson
User Activity
Posts
Replies
Extension attribute not showing
02-22-2023
I've created this script in an Extension attribute but it's not showing.#!/bin/bashecho "$(system_profiler SPPowerDataType | grep "Maximum Capacity:" | sed 's/.*Maximum Capacity: //')"exit 0Could someone see what's the issue?
Re: Extension attribute not showing
02-22-2023
Thanks for the help!