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

Upload Elevated Runner Script Just Once #3

Closed jerryk55 closed 8 years ago

jerryk55 commented 8 years ago

Only upload the wrapper shell winrm-elevated-shell.ps1 once per connection. No need to do so on every command request.

@sneal I broke the previous pull request into two parts as suggested. This change is relevant no matter the gem version.

Please review and merge when appropriate.

mwrock commented 8 years ago

LGTM :+1:

jerryk55 commented 8 years ago

Thanks, Matt!