Powershell Policy

Was trying to work out how to execute a script on my local machine. I wrote the damn thing so I was pretty confident it was safe.

I have local admin technically but I was trying to be a good corporate citizen and do it properly

Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser

Works now.

Thank Christ