Hello,
ADAudit Plus uses PostgreSQL database integrated within it.
You may find the database tables from,
C:\Program Files (x86)\ManageEngine\ADAudit Plus\conf\adap\data-dictionary.xml
You may access the
database by running the following command in the command line
interface by navigating to postgres\\bin\ folder
(C:\Program Files
(x86)\ManageEngine\ADAudit Plus\pgsql\bin)
psql.exe -U postgres -p 33307 -h 127.0.0.1 adap
Note:
Please be informed
that any changes made to the tables inside will affect entire
database which resulting in data and configuration loss.
Regards,
ADAudit Plus Team