CMD Execute Action

The CMD Execute Action node can be used to run simple Windows command-line commands such as hostname, uptime, start, and similar commands.

This node can only be executed on a Windows client operating system within a client stream. Executing it in a server stream or on a different client OS will return the following message: Invalid operating system — Windows required.

circle-info

Complex or concatenated commands should be avoided. If more advanced execution is required, it is strongly recommended to create a batch file in advance and execute that file using this node.

The result of the node can be retrieved either via the {stream.last_result} wildcard or directly through {node.result.?}.

When the Async option is enabled, no result is returned because the command runs in the background while the following node(s) are already being processed.

CMD Execute Action

Last updated