Windows Remote Management
Uses the Python pywinrm library and commands to execute either a process or using Powershell scripts.
Endpoint · Windows Remote Management
Configuration parameters
credentials— Credentials (required)default_host— Default Host (required)auth_type— Authentication Type (required)realm— Realmdecode— Decode codec (default is utf_8)
Commands (2)
-
winrm-run-powershellExecutes a Powershell script on the endpoint.
-
winrm-run-processExecutes a command on the host.