Set Execution Policy Unrestricted For Current User
21 July 2016
Hello everybody,
today I want to write small trick of how to modify execution policy for current user. Here is command:
Set-ExecutionPolicy "Unrestricted" -Scope CurrentUser -Confirm:$false
Have a great day.