Skip to main content

pwdsync

Use the pwdsync program to verify managed account passwords against managed systems. This cannot be used for vault-only managed systems.

Usage
pwdsync.exe -verify [-policyid <policy IDs>] [-resourceid <resource IDs>] [-threads <Number of threads>] [-logfile <filename>]

Argument

Description

-logfile <filename including path>

Log file to read from or write to. If no logfile is specified when checking, a log file is generated in the <Program Files path>\Bravura Security\Bravura Security Fabric\Logs\<instance>\ directory.

-policyid <policy IDs>

Individual policy IDs to verify, separated by a single space.

-resourceid <resource IDs>

Individual resource IDs to verify, separated by a single space.

-threads <t>

Number of threads to use per managed system when verifying passwords.

-verify

Verify each password against all managed systems unless -policyid or -resourceid is specified.

Examples
  1. To verify that the managed passwords match the passwords from all of the managed systems:

    pwdsync -verify
  2. To verify that the managed passwords match the passwords from only the managed systems specified in the list of managed system policies:

    pwdsync -verify -policyid managed system policy <MSP2> <MSP3>