Question Does anyone know how I can create a keyboard shortcut to connect/disconnect an vpn through paloalto global connect in Windows 10?

thosecars82

Distinguished
Dec 12, 2009
99
0
18,530
Hello

Does anyone know how I can create a keyboard shortcut to connect/disconnect an vpn through paloalto global connect in Windows 10?

Thanks
 
There may be some script/macro that could be launched via a shorcut.

However, as noted above, if there are no commands for passing the user/password then the process is likely moot.

Out of my comfort zone but I was curious and did a bit of googling:

Script deployment options:

https://docs.paloaltonetworks.com/g...izable-app-settings/script-deployment-options

Found this: "Authentication".

Authentication

https://docs.paloaltonetworks.com/globalprotect/9-1/globalprotect-admin/authentication

https://docs.paloaltonetworks.com/g...ct-app#id0cd8a407-0254-4fca-89a1-fc143b3ab483

Note Step 2 in the 3rd link,

Overall, lots of documentation available.

Find or create a script that works to connect and/or disconnect the vpn.

Then set up the script(s) to execute via a shortcut.
 
You could probably do this with a scripting language, but hard coding Your password into the script is not a good idea.