I'm trying get list of VPN connections configured in the system.
Searching the internet found this command line:
netsh interface show interface
But it only shows network adapters, no VPN connections are shown.
VPN connections were added using window's built-in "Set up a new connection or network" wizard.
Are there other methods I could use to get the list via CMD?
