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

Add ExecutionPolicy Bypass #13

Closed fwininger closed 8 years ago

fwininger commented 8 years ago

Fix issue:

C:\windows\temp\winrm-elevated-shell-84d9ed22-695d-493e-95ed-b80c3c600b07.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at http://go.microsoft.com/fwlink/?LinkID=135170.

mwrock commented 8 years ago

Thanks! Wow...how did we miss that?