Quantcast
Channel: VMware Communities : Popular Discussions - vCloud Director PowerCLI
Viewing all articles
Browse latest Browse all 13334

Get Organizations or VDCs using a specified External Network

$
0
0

Hi Guys. How are you?

 

I have a specific External Network in my vCD environment, and I am try to retrieve a list of Organizations or VDC that are using IP Addresses of this External Network as you can see bellow:

 

vCD.png

 

 

I could retrieve all IP Address that are in use through the command bellow in PowerCLI:

 

$myExNetwork = Get-ExternalNetwork -Name INTERNET02

$myExNetView = $myExNetwork.ExtensionData

$myExNetView.Configuration.IpScopes.IpScope.AllocatedIPAddresses.IpAddress

 

But I would like to retrieve a list that shows to me both the IP Address and the name of organization or vdc that is using this IP. For example:

 

Org Name

IPAddress

Customer01192.168.5.10
Customer02192.168.5.11
Customer03192.168.5.12

 

Someone can help me saying if this is possible and, if yes, how can I do it?

 

Thank you very much.


Viewing all articles
Browse latest Browse all 13334

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>