Created
September 14, 2015 08:54
-
-
Save KristofferRisa/be63748caf87d3a4d016 to your computer and use it in GitHub Desktop.
Get and set Exectuion policy in PowerShell
This file contains 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
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser | |
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process | |
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine | |
get-executionPolicy -list |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment