I only recently started using vCenter Orchestrator and was hoping someone could help me out. I have the need to pull the amount of RAM and the number of vCPUs on a VM and place them in a variable. In powershell, I'd do something like this:
$vmName = get-vm vmname
$vmName.MemoryMB
$vmName.NumCpu
How do I go about doing this in orchestrator? Thanks for your help.