Q: How do you check the pre-share key in Azure VPN?
chicagotech.net: you need to use powershell, for example:
Install-Module -Name AzureRM
Get-AzureVNetGatewayKey -VNetName “Chicagotech_VN” -LocalNetworkSiteName “chicagotech_LAN”
”
Q: How do you check the pre-share key in Azure VPN?
chicagotech.net: you need to use powershell, for example:
Install-Module -Name AzureRM
Get-AzureVNetGatewayKey -VNetName “Chicagotech_VN” -LocalNetworkSiteName “chicagotech_LAN”
”