wstnpwdinit
Use the wstnpwdinit
program to inject an initial password into Bravura Privilege managed accounts without a password.
Usage
wstnpwdinit.exe -msp managed system policy -password <pwd> [-acctid <acct>] [-target <sys>] [-resetpwd] [-ontarget]
Argument | Description |
---|---|
-msp managed system policy | The managed system policy. (Required) |
-password <pwd> | The password value. (Required) |
-acctid <acct> | The managed account. |
-target <sys> | The managed system. |
-resetpwd | Replaces the existing password, or creates it if one does not already exist. |
-ontarget | Updates the account password on the managed system. Requires -resetpwd. |
Examples
To update all managed accounts in managed system policy MSP1 with an initial password:
wstnpwdinit.exe -msp MSP1 -password ABCabc1234567890
To update managed accounts named acct1 with an initial password:
wstnpwdinit.exe -msp MSP1 -password ABCabc1234567890 -acctid acct1
To update all managed accounts from managed system SYS1 with an initial password:
To update managed account acct1 from managed system SYS1 with a new password:
wstnpwdinit.exe -msp MSP1 -password ABCabc0987654321 -acctid acct1 -target SYS1 -resetpwd
To update the password of managed account acct1 on managed system SYS1:
wstnpwdinit.exe -msp MSP1 -password ABCabc0987654321 -acctid acct1 -target SYS1 -resetpwd -ontarget