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