Difference between revisions of "Powershell execution policy"
From MyWiki
(Created page with "'''This command sets the execution policy to bypass for only the current PowerShell session'''<br> set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass<br>") |
(No difference)
|
Latest revision as of 09:00, 8 July 2015
This command sets the execution policy to bypass for only the current PowerShell session
set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass