Browse
Jamf Nation Community
Products
Community & Events
Groups
Tech Thoughts
Jamf Nation Rewards
Help
Sign In
07-13-2021
danajc
New Contributor
Joined:
October 2012
User Statistics
3
Posts
0
Solutions
0
Kudos given
0
Kudos received
View all badges
Jamf Nation Community
About danajc
User Activity
Posts
Replies
No posts to display.
Re: In need of a scripting challenge
03-31-2014
I second @rtrouton's 1st suggestion: "Improve AutoPkg integration - @Banks has some limitations of his current JSS AutoPkg solution listed under "Known Issues" here: https://github.com/arubdesu/jss-autopkg-addon"
Re: Convert Local User Account to Admin Account
06-03-2013
Try this: #!/bin/bash # grab current user curUser=`ls -l /dev/console | cut -d " " -f 4` # Make current user an admin; requires reboot dscl . -append /Groups/admin GroupMembership $curUser
Re: Warranty Status and Expiration
06-03-2013
Thanks for the script! It really is a stupid policy.