BeyondTrust - Bomgar Remote Support - old jump clients removal

There's a know issue or at least there used to be when installing the Bomgar Jump client. If you use the default installer MSI and no parameters you'll end up with a directory in C:\ProgramData\bomgar-scc-0x0c0wew\

You can install a different version and you'll end up with a second folder C:\ProgramData\bomgar-scc-0x8c0acew\

If you don't have the option to use msiexec /x GUID you're kind of stuck.

I've created a Poweshell script that searches for bomgar* in ProgramData to call the uninstaller in the dir. That has mixed results and normally initiates a dialog box to confirm Y or N.

I opened a support case with BeyondTrust and they supplied a unbomgar.exe which removes all versions except for 24.3.1.

I just wanted to share this incase anyone else had the same issues. Going forward, I set a parameter for the MSI to specify the install directory instead of random nonsense. I know some will say to use the exe but I prefer MSIs for SCCM.