Sep 9, 2011 | Uncategorized
By default, Powershell is configured to not allow scripts to execute. To allow scripts to execute, the Set-ExecutionPolicy cmdlet can be used. Run Powershell as administrator. At the Powershell prompt type set-executionpolicy remotesigned. This will set the policy...