Archive

Posts Tagged ‘Windows 7’

Running powershell gives execution permission errors

July 1st, 2010 No comments

By default Powershell execution policy is set ot restricted. To enable running your own scripts run following command

PS D:\> Set-ExecutionPolicy RemoteSigned

To view current policy

PS D:\> Get-ExecutionPolicy