Hello Community,
I am looking for a solution, to change the user password in the AD and in the Keychain. With the normal "Password chaning" in the System preferences it works. I am write a Apple Script, that opening the "system preferences" -> "Users".
My question is, which command I need to open the "password chaning..." inside the User Settings?
Here is the actuelly script:
tell application "System Preferences"
activate
set the current pane to pane id "com.apple.preferences.users"
reveal anchor "passwordPref" of pane id "com.apple.preferences.users"
tell application "System Events"
tell process "System Preferences"
end tell
end tell
end tell
I hope everyone can help! :-)
Many Thanks
Christian
