How to enable the PowerShell scripts execution for the proper Cinegy Traffic Gateway work?
Posted by Olga Kravchuk on 26 December 2015 13:22
|
|
For proper Cinegy Traffic Gateway work make sure you have configured the following:
Get-ExecutionPolicy -List And the following commands to allow the script execution: Set-ExecutionPolicy Unrestricted -Scope CurrentUser Set-ExecutionPolicy Unrestricted -Scope LocalMachine | |
|