Powershell scripts won’t run or import because running scripts is disabled on this system.

Powershell scripts won’t run or import because running scripts is disabled

In the event that you are unable to run power shell script’s, it’s quite a simple fix actually. The error Powershell scripts won’t run or import because running scripts is disabled is because the execution policy within PowerShell is preventing it from running.

Powershell scripts won’t run or import because running scripts is disabled on this system

From  and then Powershell simply execute the following:
Set-ExecutionPolicy RemoteSigned and select yes. Now you should be able to run or import your script s.

Powershell scripts won’t run or import because running scripts is disabled on this system

Posted in Hyper-V, Hyper-V 2012 R2, PowerShell, Scripting, Windows, Windows 7, Windows 8, Windows Server, Windows Server 2012 R2 and tagged , , , .

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.