When you open the vRanger Console you see the following error
"File C:\Program Files (x86)\Quest Software\vRanger\PowerShell\vRangerConsole.ps
1 cannot be loaded because the execution of scripts is disabled on this system.
Please see "get-help about_signing" for more details.
At line:1 char:2
+ & <<<< 'C:\Program Files (x86)\Quest Software\vRanger\PowerShell\vRangerConso
le.ps1'
+ CategoryInfo : NotSpecified: (:) [], PSSecurityException
+ FullyQualifiedErrorId : RuntimeException"
This occurs because the powershell security on the vRanger machine does not allow for the vRangerConsole.ps1 powershell script to be ran locally.
1. Open powershell
2. Run the following command "Set-ExecutionPolicy remotesigned"
3. Type y to complete the execution policy change
4. Close powershell
5. Now launch the vRanger Console once again