For security reasons the operating system might not run PowerShell scripts by default unless they are signed. To make your local scripts run open a PowerShell prompt as administrator and run the following command:
Set-ExecutionPolicy RemoteSigned
For security reasons the operating system might not run PowerShell scripts by default unless they are signed. To make your local scripts run open a PowerShell prompt as administrator and run the following command:
Set-ExecutionPolicy RemoteSigned