Powershell execution policy

From MyWiki
Revision as of 09:00, 8 July 2015 by George2 (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This command sets the execution policy to bypass for only the current PowerShell session
set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass