Powershell running script permission

to allow running a script in powershell use:

 

 

Set-ExecutionPolicy RemoteSigned

To allow it permanently:

http://www.computerperformance.co.uk/powershell/powershell_cmdlet.htm

Leave a Reply

You must be logged in to post a comment.