Updating password of windows users thru autosys_secure command line
search cancel

Updating password of windows users thru autosys_secure command line

book

Article ID: 215503

calendar_today

Updated On:

Products

Autosys Workload Automation CA Workload Automation AE - Scheduler (AutoSys)

Issue/Introduction

Is it possible to add/delete/update password for a windows user in autosys_secure but with a command line?

Environment

Release : 11.3.6

Component : AUTOSYS

Resolution

Following command shows all options/parameters that are available to the autosys_secure command

autosys_secure -?

 

Here are examples of  add/delete/modify the password for a windows user

  • Add user

autosys_secure -a -u user1@hostname1 -p password1

 

  • Modify password of user 

 autosys_secure -c -u user1@hostname1 -o password1 -p password_new

 

  • Delete user

autosys_secure -d -u user1@hostname1

Additional Information

https://techdocs.broadcom.com/us/en/ca-enterprise-software/intelligent-automation/workload-automation-ae-and-workload-control-center/11-3-6-SP8/reference/ae-commands/manage-security/autosys-secure-command-define-security-settings.html