That could be an issue. Have you tried the usual Apple supplied methods
of password recovery (Apple ID, Other admin user, FileVault recovery key
and Terminal 'resetpassword' while booted from Recovery) or are these
not an option?
You may have better success with the changePassword command. Assuming
you know the old password on the account./usr/local/bin/jamf
changePassword -username "" -password ""
-oldPassword ""
I use CocoaDialog currently, but given that its latest working version
is quite old and the new version is getting close to missing its target
release date you could also use Jamf Helper. There are a bunch of tools
that may work, depending on your pr...
I use a configuration profile as I wasn't able to get things to stick
with scripts. The profile has three custom payloads as follows: Domain
com.apple.driver.AppleHIDMouse with payload {ButtonDominance=1,
Button1=1, Button2=2} Domain
com.apple.driver...
I run a daily policy that checks uptime. If the device reports that it
has been up for more than seven days I warn the user with a dismissible
CocoaDialog box that their machine has been up for more than seven days.
I just run a compare against a har...