Dear Community,
I'm in need of a script which can gather the following information:
- versions of all Edges (adminVAppNetwork, adminOrgNetwork and edgeGateway)
- type of Edge
- organizations they are located in
Looked pretty simple but it isn't, at least for me.
I am able to gather the versions in one script (Get-VM | Get-View). I can gather different types in another, using API, and of course I can gather the list or organizations but I am currently unable to match them.
Can you help me out please?
Thank you.