Skip to main content

vputil

The vputil program is installed with Phone Password Manager and helps to clean the voice print database by removing enrollment data for users who do not have a valid Bravura Pass profile.

Usage
vputil.exe [query|list|clean][<options>]

Argument

Description

query

Reports specified user’s verification threshold and enrollment consistency threshold. It also shows all enrollments, verification phrases and renditions.

list

Lists users who have completed voice print enrollment, but do not have a valid Bravura Security Fabric profile. Optionally, this can be used in conjunction with the -a option to list all enrolled users, instead of only listed those without valid profiles.

clean

Removes enrollment data for users who have completed voice print enrollment, but do not have a valid Bravura Security Fabric profile. For example, this option removes data for users who have previously enrolled, but their profiles have since been deleted.

-a

Lists all enrolled users instead of only listing those without valid profiles. Used in conjunction with the list option.

-n

Searches for and automatically removes enrollment data for users who do not have a matching Bravura Security Fabric profile.

-t <target system ID>

Specifies which target system to search. If a target system is not specified, then the default target system is chosen.

-u <list file>

Specifies the name of the list file that specifies which users to clean. Used with the clean option.

-w

Specifies the voice print interface dll. By default, vputil.dll is used.

Examples
  1. To list all users who have completed voice print enrollment:

    vputil.exe list -a
  2. To list users from Active Directory target "AD" who have completed voice print enrollment:

    vputil.exe list -t AD
  3. To remove enrollment data for users who have completed voice print enrollment but do not have a valid Bravura Security Fabric profile:

    vputil.exe clean -n