Posted on 06-28-2019 03:48 PM
Hi, We are trying to find a way to un-install BitDefender via JAMF, and not use the manual uninstaller on 180 users.
Has anyone had any experience on doing so?
Posted on 07-01-2019 06:09 AM
@j_allenbrand Maybe this can help Bitdefender Python Script We manage to uninstall the majority of our devices from the bitdefender portal. Hope this helps.
Posted on 07-01-2019 10:44 AM
I didn't see a way to uninstall via https://cloud.gravityzone.bitdefender.com
Let me try this script.
Posted on 07-01-2019 10:48 AM
Executing Policy BitDefender Test Uninstaller
Running script BitDefender Python Uninstaller Test...
Script exit code: 0
Script result:
Posted on 07-10-2019 12:54 PM
Still stuck on this?
Posted on 07-11-2019 10:18 AM
Hi,
This is something I'm also interested in - I've tried the python script but get the same results as the OP posted. Bitdefender remains unfortunately, no change as far as I can see.
Many thanks
Michael
Posted on 07-11-2019 10:23 AM
If you are using Endpoint Protection you could deploy a script like so. If not, try checking /Library
for stuff relating to BD.
I would also create a smart group or logic in the script to make sure it's only executing on machines that actually have these files present.
Aditionally, if you have your BD install in a package in the JSS and index it, you can create a policy to uninstall it as well.
#!/bin/bash
cd /Library/BitDefender/AVP/Uninstaller/EndpointSecurityForMacUninstaller.app/Contents/MacOS
./EndpointSecurityforMacUninstaller
Posted on 08-09-2021 08:46 AM
So, our packages have a password. Is there a way we can include that in the uninstall script and perhaps run it silently? We are running from BitDefender and want to get rid of it on several dozen test subjects.
Posted on 08-31-2021 12:50 AM
Our installations are also password protected, same as DVG's, so would love to see a way to remove them somehow too.
Posted on 11-10-2021 10:34 AM
You may need to change the line to
sudo /Library/Bitdefender/AVP/common.bundle/UninstallTool --password=[password]
Posted on 01-19-2022 10:26 AM
When using @seraphina 's script, the uninstaller opens successfully, prompting the user to Close or Uninstall. Is there a way to automatically tell the uninstaller to go ahead and uninstall? Is there no getting around needing a user to click the Uninstall button? Thank you.
Posted on 11-04-2022 06:27 AM
@jtEMS did you manage to find away to uninstall it without user interaction?