Can anybody offer any insight as to how to go about scripting Keychain First Aid? I would like to add it as a Self Service Policy to repair keychain issues. Thanks!
Solved
Scripting Keychain First Aid

Best answer by krichterjr
They may or may not help.
Here is an Apple Script that opens KeyChain Access and then KeyChain First Aid. The catch is Apple Script needs to be enabled for Assistive Devices. See more here https://jamfnation.jamfsoftware.com/discussion.html?id=9176#responseChild49975
tell application "Keychain Access" to activate
tell application "System Events"
tell process "Keychain Access"
click menu item "Keychain First Aid" of menu "Keychain Access" of menu bar 1
end tell
end tell
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.