Monday, September 14, 2015

How to execute any PowerShell script in your development machine


  1. Open PowerShell ISE
  2. In command pane type:

    Set-ExecutionPolicy Unrestricted

  3. In Execution Policy Change window, click Yes
ATTENTION! This is only recommended for development machines.

No comments:

Post a Comment