Created
February 16, 2016 05:38
-
-
Save ahhh/1f97861917ba8259af64 to your computer and use it in GitHub Desktop.
Enable running any PowerShell scripts, normally / default they are restricted
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#powershell -ExecutionPolicy ByPass -File ./example.ps1 | |
Set-ExecutionPolicy Unrestricted |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment