Quantcast
Channel: VMware Communities : Discussion List - vRealize Orchestrator
Viewing all articles
Browse latest Browse all 6251

vRA Properties to vCO to Powershell !

$
0
0

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


Viewing all articles
Browse latest Browse all 6251

Trending Articles