userunlock
Use the userunlock
program to unlock the profiles of users that have locked themselves out of Bravura Security Fabric .
Usage
userunlock.exe -all | -user <userid> [-check] [-time <N>]
Argument | Description |
---|---|
-user <userid> | Unlocks the specified user profile only. |
-all | Unlocks all locked user profiles. |
-check | Displays a list of locked user profiles. |
-time <N> | Specifies the number of minutes required to pass before a user profile can be unlocked. |
Examples
To list all users who have been locked out for at least 10 minutes:
userunlock.exe -check -time 10
Or,
userunlock.exe -check -all -time 10
To unlock all users who have been locked out for at least 10 minutes:
userunlock.exe -all -time 10
To immediately unlock the user SMITHJO:
userunlock.exe -user smithjo