Skip to main content

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

Tables

plugin_proval_queued_scripts

ColumnTypeExplanation
ComputerIDINTThe target computer of the queued script.
ScriptIDINTThe target script to be executed on the computer.
ScriptParametersTextAny parameters necessary for the successful execution of the targeted script.

Changelog

2025-04-10

  • Initial version of the document