- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
01-12-2024 10:32 PM
Hello experts,
I am going to deploy GlobalProtect to large amount of laptop by Windows script and modifying registry. However, I am able to disable the auto-startup function but unable to establish the VPN after launch the GlobalProtect execution file. Any ideas? Here is my deployment steps:
1. create a GP shortcut in laptop desktop
cd C:\Program Files\Palo Alto Networks\GlobalProtect
copy PanGPA.exe %AllUsersProfile%\Desktop\
2. change the GP portal address by registry
reg add "HKLM\SOFTWARE\Palo Alto Networks\GlobalProtect\PanSetup" /v Portal /t REG_SZ /d "<domain.com>"
3. disable the auto startup after windows login by registry
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v GlobalProtect
4. launch the desktop PanGPA.exe but unable to establish the VPN, Display "Connection failed" message
If I do not run the step 3 and 4, the VPN can be established.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!