To sign in, use your existing MySonicWall account. To create a free MySonicWall account click "Register".
Hi Team,
Do we have any sort of command where we can uninstall the vpn client silently on machines by pushing it thrpough group policy or by any other means.
@Darshil
Here are some online resources that you could use if its for SonicWall GVC Global VPN Client that you are looking for :-
How to uninstall a program through group policy script
https://learn.microsoft.com/en-us/answers/questions/766288/how-to-uninstall-a-program-through-group-policy-sc
SonicWall Global VPN Client Install and Uninstall (PowerShell)
https://silentinstallhq.com/sonicwall-global-vpn-client-install-and-uninstall-powershell/?utm_content=cmp-true
Silent uninstall of SonicWall Global VPN Client
https://www.reddit.com/r/sysadmin/comments/lm2i7z/silent_uninstall_of_sonicwall_global_vpn_client/
I was using this command below to silent uninstall GVC 4.9.9 and it almost worked except prompting for the popup below. How do I configure to select "Delete all settings and configuraiton files" without any interaction prompt. Thanks!
MsiExec.exe /X "{0E14625B-DF56-4657-8678-DFD1955BE97A}" /qn /norestart
Answers
@Darshil
Here are some online resources that you could use if its for SonicWall GVC Global VPN Client that you are looking for :-
How to uninstall a program through group policy script
https://learn.microsoft.com/en-us/answers/questions/766288/how-to-uninstall-a-program-through-group-policy-sc
SonicWall Global VPN Client Install and Uninstall (PowerShell)
https://silentinstallhq.com/sonicwall-global-vpn-client-install-and-uninstall-powershell/?utm_content=cmp-true
Silent uninstall of SonicWall Global VPN Client
https://www.reddit.com/r/sysadmin/comments/lm2i7z/silent_uninstall_of_sonicwall_global_vpn_client/
I was using this command below to silent uninstall GVC 4.9.9 and it almost worked except prompting for the popup below. How do I configure to select "Delete all settings and configuraiton files" without any interaction prompt. Thanks!
MsiExec.exe /X "{0E14625B-DF56-4657-8678-DFD1955BE97A}" /qn /norestart