How to Check VPN Connection Status Command, Line? If you use always VPN, you must have to know about the VPN connection status system on your windows from the command prompt. Netsh command helps to find connection status of different networks, including the VPN.
You need to run the below command to find out the VPN status-
c:\>netsh interface show interface
If you used Windows 7 computer and run this command to show status when you connected to VPN.
c:\>netsh interface show interface Admin State State Type Interface Name ------------------------------------------------------------------------- Enabled Disconnected Dedicated Wireless Network Connection Enabled Connected Dedicated Local Area Connection Enabled Connected Dedicated Cisco AnyConnect Secure Mobility Client Connection
The netsh command shows you that’s connected currently. But I use Cisco AnyConnect to VPN connections.
Anyone use different VPN client, you should have a corresponding network adapter added into your network connection. Anyone easily uses the above command and normally figure out the VPN connection. It helps to about the connection Status.