Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,645 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello
I want to pull a list of all the Virtual network gateways in our environment, I am specifically looking to get the Virtual network gateways private IP's.
I do not see the private IP's in the Portal.
Is there a Powershell script I can use to get this info?
Regards
Hi,
I think you can try this command to extract the VNG information
Hope this helps.
JS
==
Please Accept the answer if the information helped you. This will help us and others in the community as well.
Get-AzVirtualNetworkGateway -Name myGateway* -ResourceGroupName myRG