vScriptLog
vScriptLog |
Log of procedure executions as viewed by the Kaseya Server |
|
Column Name |
Type |
Purpose |
Machine_GroupID |
varchar(201), null |
A concatenated representation of the machine id and the group id it is associated with. |
agentGuid |
numeric(26,0), null |
A globally unique identifier for a machine ID.group ID account and its corresponding agent. |
machName |
varchar(100), null |
Machine Name used for each agent |
groupName |
varchar(100), null |
Organization, then machine group the machine is assigned to. |
EventTime |
datetime(3), null |
Time stamp string representing the time the change was entered. (note: timestamp type was picked to force times into the database as year- month-day-hr-min-sec all in numeric format independent of the format sent in the SQL command. This allows records to be easily sorted by time during retrieval.) |
ScriptName |
varchar(260), null |
Name of procedure |
ScriptDesc |
varchar(1000), null |
Event description |
AdminName |
varchar(100), null |
Admin name that scheduled this procedure. |