Hi,
What is the best way to "add to inventory" all virtual machines from the connected datastores?
In Powershell it's easy:
- loop over the connected datastores, and search for vmx file.
- register the virtual machine according the information collected in the previous step.
Thanks!