I have created a VPN connection that I can see in windows under the VPN settings page. I can also see the connection from network connections page. When I use Get-VPNConnection through powershell this VPN does not show up. It’s been a bit inconsistent… I’ve tried this on multiple computers and on one it does show, but on another it does not.
My goal is to use get-vpnconnection to query the current VPN and then connect it through powershell, but I can’t do that because get-vpnconnection returns nothing. Any ideas?