Hello,
I need to report all my EdgeGateway IP Allocations and SubAllocations for a specific Network.
I found some information in the "Get-ExternalNetwork" PowerCLI cmdlet:
(Get-ExternalNetwork -Name myNet).ExtensionData.Configuration.IpScopes.Ipscope.SubAllocations.Suballocation
But I am not able to match them to a EdgeGateway.
Has someone already done something like that before with PowerCLI?
Any hints for me?
In the API I was able to report that:
If there is no PowerCLI way I will create a REST based PowerShell Function...
Kind Regards,
Markus