Hi, I know this is a rookie question but I'm struggling with the correct method to pass vCAC properties through vCO to Powershell.
Until now I used the vCAC Designer to call PS scripts during provisioning which worked. I'm trying to "expand" to using vCO but I'm stuck!.
I have assigned a workflow to a blueprint state change and it works fine. My Powershell script is running fine, I'm just stuck with passing the vCAC properties I need into it.
With vCAC Designer I used :
$Hostname = $Properties["VirtualMachineName"]
$Password = $Properties["Password"]
Can anyone please advise how this is done, I think I'm going around in circles !
Many thanks in advance
Steve