Hi all,
I'm struggling on an issue with vCo default 'Run Program in Guest' workflow.
In fact I use it to call Powershell Scripts on a network share since WinRM is not activated on my VMs.
The issue I got is scripts are intended to be run from a 'high privileges' powershell prompt (Right Click -> Run as Admin when using interractive mode), otherwise does not work.
But by default when i start powershell to call scripts using the 'Run Program in Guest OS', apprently it does not use the 'high privileges' mode.
I tried to call a powershell using : start-process -verb runAs -ArgumentList "path to .ps1 file" but doesn't work.
UAC is activated, that might be the issue (when doing start-process -verb runAs -ArgumentList "path to .ps1 file" in an interractive session, i got UAC validation warning pop-up).
Does anybody encountered the same issue regarding UAC / Run program in Guest workflow ?
Any idea about how i could get rid of it ?
Thanks in advance.
Best regards,
Vpourchet