plugin_proval_queued_scripts
Purpose
This custom table holds the target computer ID, the script ID of a script you wish to queue, and any parameters you wish to pass to that script. The custom table is created by CWM - Automate - Script - Queue Script. The custom table is populated by CWM - Automate - Script - Queue Script when you schedule a task on an offline machine. The custom table is read by CWM - Automate - Script - Run Queued Scripts. The custom table is cleaned by CWM - Automate - Script - Run Queued Scripts after executing the script on the target computer.
Dependencies
- CWM - Automate - Solution - Queue Script Next Checkin
- CWM - Automate - Script - Queue Script
- CWM - Automate - Script - Run Queued Scripts
Tables
plugin_proval_queued_scripts
Column | Type | Explanation |
---|---|---|
ComputerID | INT | The target computer of the queued script. |
ScriptID | INT | The target script to be executed on the computer. |
ScriptParameters | Text | Any parameters necessary for the successful execution of the targeted script. |