Executing Unsigned Scripts


By default powershell does not run unsigned scripts. To let powershell run unsigned scripts:

1
Set-ExecutionPolicy unrestricted

  1. No comments yet.
(will not be published)