Enable Script Execution
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
From <https://technet.microsoft.com/library/hh847748.aspx>
Running this command should allow everything to run but just for the current session
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
No Comments