WinRb / WinRM

Ruby library for Windows Remote Management
Apache License 2.0
412 stars 117 forks source link

How to invoke action/call function #304

Open Wardrop opened 5 years ago

Wardrop commented 5 years ago

In a lot of the Microsoft WinRM documentation, they provide examples of how to invoke actions, such as starting and stopping services (.e.g https://docs.microsoft.com/en-us/powershell/module/microsoft.wsman.management/invoke-wsmanaction?view=powershell-6).

Is this possible using this library? If so, mind giving an example and possibly adding it to the README?

Cheers