Monday, January 17, 2011

PowerShell scripts not running locally?

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

No comments:

Post a Comment