Hello,
I need to find a way to check in Orchestrator if virtual machine is managed by vCloud Director.
I can check this in PowerCLI by bellow command:
(get-vm Vm_name*).ExtensionData.Config.ManagedBy.ExtensionKey
...but my goal is to check it in orchestrator workflow.
Please help.