Skip to main content

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
  1. To update all managed accounts in managed system policy MSP1 with an initial password:

    wstnpwdinit.exe -msp MSP1 -password ABCabc1234567890
  2. To update managed accounts named acct1 with an initial password:

    wstnpwdinit.exe -msp MSP1 -password ABCabc1234567890 -acctid acct1
  3. To update all managed accounts from managed system SYS1 with an initial password:

     

  4. To update managed account acct1 from managed system SYS1 with a new password:

    wstnpwdinit.exe -msp MSP1 -password ABCabc0987654321 -acctid acct1 -target SYS1 -resetpwd
  5. To update the password of managed account acct1 on managed system SYS1:

    wstnpwdinit.exe -msp MSP1 -password ABCabc0987654321 -acctid acct1 -target SYS1 -resetpwd -ontarget