Run Command Over WMI
Executes a cmd or PowerShell command on a remote machine using the WMI protocol.
If a host name is not provided in the connection, the host must be provided in the Host
parameter.
Parameters
Parameter | Description |
---|---|
Command | The command to run. |
Shell | Which type of shell should be used to execute the command. |
Host | Which host to connect to if one is not specified in the connection. Can be an IP or a fully qualified domain name. Do not include the protocol path. If the provided connection has a host specified, using this parameter results in a error. |