WinRb / winrm-elevated

Runs PowerShell commands as elevated over Windows Remote Management (WinRM) via a scheduled task
Apache License 2.0
27 stars 17 forks source link

Remove unnecessary use of Tempfile #39

Closed davydotcom closed 4 years ago

davydotcom commented 4 years ago

Storing a file for simple transport is unnecessary and StringIO is supported by winrm-fs. This reduces potential permission issues with writing a temporary file and saves on I/O

mwrock commented 4 years ago

So sorry for the long wait. This is way better. Thanks!

davydotcom commented 4 years ago

Thanks!!