Execution of Scripts When you try to run a powershell script on Windows, you may receive the following error stating that the execution policy on your computer does not allow you to run the script. To fix this error, you must change the PowerShell execution policy for this computer. These instructions will explain how to allow “Unrestricted” access to running scripts on your computer.
To set the execution policy to unrestricted, enter the following command (PowerShell must be run as an Administrator):
Continue reading