I’m am writing an app and want to know if the user is in a company network through pulse or not. WHY you ask? Because if they are using pulse then they are somewhere remote, hotel, home etc and their network speed is slower. Why can I check to know if the user is using a VPN tunnel with pulse?
Solved! Go to Solution.
@donky Try this,
Check for the "VpnTunnelEstablished" value:
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Pulse Secure\Pulse\State\VpnTunnelEstablished
0 - Not connected.
1 - Connected.
So I have the same question as this guy?
Juniper Network Connect Virtual Adapter properties
And this is what I am looking for https://kb.juniper.net/InfoCenter/index?page=content&id=KB17660&pmv=print
In other words I need to read the ipconfig info?
@donky Try this,
Check for the "VpnTunnelEstablished" value:
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Pulse Secure\Pulse\State\VpnTunnelEstablished
0 - Not connected.
1 - Connected.
Thank you.
[email protected] wrote:
Check for the "VpnTunnelEstablished" value:
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Pulse Secure\Pulse\State\VpnTunnelEstablished
0 - Not connected.
1 - Connected.
Thank you for the great solution.
How do you ermined the connection status if HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Pulse Secure\Pulse\State\VpnTunnelEstablished doesn't exist in the registry? I don't have a "State"
I don't have a "State" folder under HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Pulse Secure\Pulse. Am I missing something?