Posted on 04-25-2022 09:39 PM
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
Posted on 06-14-2022 07:41 PM
I have the same issue. @Reyn007 have you found any workaround?
Experts!! please respond to this thread.
Thank you.
Posted on 09-02-2022 07:56 AM
Yeah, what does this error "SystemConfiguration commitChanges failed" mean exactly? Has anyone figured this out yet?