Dealing with PowerShell Execution Policy
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… Read More »