ps
Create a persistent PowerShell runspace via WinRM, then run scripts and close the session. Maintain remote PowerShell sessions for repeated command execution.
Instructions
Persistent PowerShell runspace (WinRM): op=open|invoke|close. open needs ep=; invoke/close need id=; invoke uses script=.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ep | No | ||
| id | No | ||
| op | Yes | ||
| script | No |