POWERSHELL - Set Execution Policy
Please do run the following command in PowerShell window on
ALL Environments.
This step is to Enable
running scripts with High Privilege:
Set-ExecutionPolicy
-ExecutionPolicy Unrestricted -Force
·
Once the above process is completed, you will
following Message






