Description:
Are there any alternative(s) to running autosys_secure to add windows accounts and passwords into the autosys DB?
Anything capable of automating autosys_secure without the menu's?
Solution:
The autosys_secure utiliti does have command line options.
Please run "man autoyss_secure" or "autosys_secure -?" to see them.
Based on your short description you want to be able to add or modify ids for windows jobs.
Examples:
The followings adds the user:
autosys_secure -a -u [email protected] -p onepasswd
The following changes the users password:
autosys_secure -c -u [email protected] -o onepasswd -p twopasswd