Skip to main content

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
  1. 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
  2. To unlock all users who have been locked out for at least 10 minutes:

    userunlock.exe -all -time 10
  3. To immediately unlock the user SMITHJO:

    userunlock.exe -user smithjo