We need to add a hidden admin user account to a QuickAdd package we're sending to a client. We want to use the jamf binary. How do we hash the password? -Don
####################################################
## Create hidden admin account "jdoe"
####################################################
/usr/sbin/jamf createAccount -username 'jdoe' -realname 'jdoe' -passhash '%xx%xx%xx%xx%xx%xx%xx%xx%xx%xx%xx%xx%xx%xx%xx' -admin -hiddenUser
