I have a Powershell script that im invoking from vRO with the external script workflow. This script does a few things but of the things it does is request a cert from a CA using certutil.exe. When I run this from ISE or Powershell on the PowerShell host it works fine....when I call this from vRO it gets hung upon this line
"certreq -submit -attrib CertificateTemplate:$CATemplate -config $OnlineCA $CertificateREQ $CertificateCER"
My variable are all correct, but it seems that it has something to do with the security context that is trying to call to the CA when its issued remotely from vRO. In any case I just CANT get this one section to work?
Any idea?