Hi All, How to check/track users as admin if they do any changes or run any query on SolarWinds servers?
You could create a report: https://support.solarwinds.com/Success_Center/Network_Performance_Monitor_(NPM)/Create_an_account_activity_report_for_Orion_Web_Console_users
Alternatively, you could explore the AudtingEvents table in the database directly using Database Manager or SQL Server Management Studio.
If you look at the AuditingActionTypes table, you will see the types of actions that would generate an audit entry.
Reviewing IIS logs would also give you an idea of activities that occurred through the web interface.
perhaps \inetpub\logs\LogFiles\W3SVC2\