Deploying OVPN Connect with SCCM

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
zetta
OpenVpn Newbie
Posts: 1
Joined: Thu May 12, 2022 12:58 pm

Deploying OVPN Connect with SCCM

Post by zetta » Thu May 12, 2022 1:01 pm

Hey guys, having some trouble with pushing this app out to Software Center. I can install it successfully but I cannot seem to find a way to uninstall it silently from the command line. Anyone ran into this before?

Cannot seem to find the program's install in the hive:
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\

Also cannot seem to find an uninstaller.exe or anything like that inside of the program's location.

KenyDekey
OpenVpn Newbie
Posts: 2
Joined: Tue Oct 04, 2022 1:29 pm

Re: Deploying OVPN Connect with SCCM

Post by KenyDekey » Mon Mar 04, 2024 10:43 am

Try "Get-WmiObject -Query "SELECT * FROM Win32_Product WHERE Name='YourAppName'" | ForEach-Object { $_.Uninstall() }".

Post Reply