pvl_windows_sessions
Purpose
Stores the output of the query session command returned by the CWM - Automate - Script - Windows Sessions [DV, Globals] script.
Dependencies
CWM - Automate - Script - Windows Sessions [DV, Globals]
Tables
pvl_windows_sessions
| Column | Type | Explanation | 
|---|---|---|
| computerid | int (16) | Computer ID | 
| SessionName | varchar(256) | Name of the Windows Session | 
| UserName | varchar(256) | Name of the user logged on to that session | 
| ID | int (16) | Session ID of the session | 
| State | varchar(32) | State of the session | 
| Type | varchar(64) | Type of the session | 
| Device | varchar(64) | Device of the session | 
| ScriptRunTime | DateTime | Data collection time |