Q: We are re-configure our VPN. How can we collect Azure VPN configuration file?
chicagotech.net: run these command lines:
- Install-Module -Name AzureRM.
- Add-AzureAccount
- Get-AzureVNetConfig -ExportToFile c:\azure\networkconfig.xml
Note: if you don’t have c:\azure folder, please creat it first.