Chris's coding blog

Powershell snippet: running your own Powershell scripts

March 30, 2012

If you try to run your own powershell scripts via the console, they won’t be allowed by Powershell by default due to its paranoid security policy. To get around this, open a powershell console as an administrator and type:

Set-ExecutionPolicy RemoteSigned

There are of course security risks to this, which it will prompt you with.

tools

I'm Chris Small, a software engineer working in London. This is my tech blog. Find out more about me via GithubStackoverflowResume