pvl_login_logout_audit
Purpose
This table stores the User login/logout data.
Dependencies
Tables
pvl_login_logout_audit
| Column | Type | Explanation |
|---|---|---|
| computerid | INT | The computer ID of the agent. |
| Username | VARCHAR | The username of the agent for which the login/logout trace was found. |
| UserDomain | VARCHAR | Indicates whether the user was part of a domain or local. |
| Activity_Time | DATETIME | The time when the user logged in or out. |
| ConnectionType | INT | An integer value representing the user connection type (e.g., remote, network, or no interaction). |
| Action | INT | Indicates whether the trace found was for login or logout. |
| ScriptRanDate | DATETIME | The date when the script last ran. |