- Get-ARMAvailableIPs - Gets the available IPs for Azure Resource Manager Resources.
- Get-ASMAvailableIPs - Gets the available IPs for Azure Service Manager Resources.
- VM NICs IP
- ILB IPs
- Orphan NICs that do not have VMs attached to them.
- VPN Gateways with BGP Peering, get's the IP for the BGP Peering
- Added support for Multi-IP NICs
- VM IP
.\Get-ARMAvailableIPs.ps1 -Scope ALL
.\Get-ARMAvailableIPs.ps1 -Scope ALL -Path "D:\IPResults"
.\Get-ARMAvailableIPs.ps1 -Scope SUBNET -SOURCESUB SubnetName -SOURCEVNET VNETName
.\Get-ASMAvailableIPs.ps1 -Scope ALL
.\Get-ASMAvailableIPs.ps1 -Scope ALL -Path "D:\IPResults"
.\Get-ASMAvailableIPs.ps1 -Scope SUBNET -SOURCESUB SubnetName -SOURCEVNET VNETName
Copyright Henry Robalino
Licensed under MIT