plugin_proval_usersessions
Purpose
This document stores data about active user sessions on Windows machines.
Dependencies
Table
plugin_proval_usersessions
Column | Type | Explanation |
---|---|---|
ComputerID | INT | The Computer ID of the audited agent. |
Username | VARCHAR | The username of the audited session. |
State | VARCHAR | The state of the audited session. |
LogonDate | DATETIME | The date and time that the session was started. |
SessionLength | INT | The length in minutes of the audited session. |
Timestamp | DATETIME | The date and time that the audit was run. |