I'm slowly working on a set of workflows that will integrate with a powershell module I have created.
For my first workflow, I'm in the process of figuring out all the information I need when a user executes an orchestrator workflow on a virtual machine.
So far i've figured out the cluster but i'm having trouble identifying the right scripting object that will provide me with the fqdn for a vcenter host corresponding to that VM.
Being new to vCO doesn't help a great deal either.
I figured it would be part of VcManagedEntity but for some reason, that page results in a big ol 404!
I thought maybe it would be part of vm.runtime.parent.parent but my script is leading to errors.
Any help would be greatly appreciated!
thank you.