Home > Powershell, Windows 7 > Running powershell gives execution permission errors

Running powershell gives execution permission errors

July 1st, 2010

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

Comments are closed.