Hi,
I am new in Jamf and getting an error when I'm resetting the local admin password via script
Error:
Script result: 2022-04-26 08:31:18.383 sysadminctl[6358:54084] resetting password for Admin. (Keychain will not be updated!)
2022-04-26 08:31:18.415 sysadminctl[6358:54084] SystemConfiguration commitChanges failed.
Command use
#!/bin/sh
sudo sysadminctl -adminUser adminUserHere -adminPassword adminPasswordHere -resetPasswordFor userToBeResetHere -newPassword newUserPasswordHere
exit 0