Hi All,
I cannot figure out how to get a list of the unallocated IPs in an IP Pool. It lists the number correctly in the 'Available Addresses' field, but how to I just get a list of what those IPs. Using Get-SCIPAddress doesn't work as that only gets IPs that have been allocated, and there doesn't seem to be any property of an IP Pool that provides the available addresses (the AvailableAddresses property just provides the total number and there are no sub-properties).
Any help appreciated.
Cheers.
Will