Install vontu_sqlite3 on the Endpoint machine. This tool is included with the VontuAgentInstaller.zip package.
Once installed, login to SQLite with the password. The default password is VontuStop, but can be changed by the administrator using the endpointkeytool on Enforce before any agents are installed.
To run this tool, copy vontu_sqlite3 into the Endpoint agent directory where the ks.ead file is located. The default is C:\Program Files\Manufacturer\Endpoint Agent
Then execute:
vontu_sqlite3 -db=<database file> [-p=<password>]
Example: vontu_sqlite3 -db=cg.ead -p=VontuStop
This will bring up a sql prompt (SQL>) from which sql commands may be executed.
After you have performed all of the database actions, you can end the session using the command ".exit".