Skip to content

Instantly share code, notes, and snippets.

@ahhh
Created February 16, 2016 05:38
Show Gist options
  • Save ahhh/1f97861917ba8259af64 to your computer and use it in GitHub Desktop.
Save ahhh/1f97861917ba8259af64 to your computer and use it in GitHub Desktop.
Enable running any PowerShell scripts, normally / default they are restricted
#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