Actions

Actions are the core of Remote System Manager. They are the commands that are executed on the remote hosts.
They can be as simple as a single command or as complex as a deployment script.

Actions types

Command prompt (cmd) commands
Powershell commands
Deployments

Cmd commands

Cmd commands are simple commands that are executed on the remote host using the command prompt.

Powershell commands

Powershell commands are commands that are executed on the remote host using the Powershell console.

Deployments

Deployments are used to copy files and execute commands on the remote host.
They are useful for installing software or executing complex scripts.