Dealing with PowerShell Execution Policy

By | May 18, 2015

I’m generally a huge fan of security features, as long as they don’t go in my way. Today, the PS execution policy actually came in my way, so a quick way to remove it is here:

Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser

Use it at your own risk, this will remove the execution policy security for your current user. You can find all the needed information from TechNet.

 
0 Kudos
Don't
move!

Thoughts?