Posted on 04-09-2020 08:13 AM
I've been looking for a way to silently uninstall the zoom outlook plugin but everything I see is just running the uninstall.app. Is that the only viable option (remote connect and uninstall) or is there a better way to do it?
Solved! Go to Solution.
Posted on 04-09-2020 11:09 AM
Here is what we've been using in the Files and Processes payload -> Execute Command.
Some users didn't even notice it was removed from outlook and others did so worth letting folks know before deploying. But in our case everything went off without a hitch. Some asked where it went and we just pointed them to the one we push down to Outlook from O365 Admin console.
/Applications/ZoomOutlookPlugin/Uninstall.app/Contents/MacOS/Uninstall
Posted on 04-09-2020 08:43 AM
We are in a similar situation. Would like to completely remove Zoom with having our users run the uninstaller from inside the app, which they will never do. I think there are things that need to be removed more than just trashing the app.
Posted on 04-09-2020 11:09 AM
Here is what we've been using in the Files and Processes payload -> Execute Command.
Some users didn't even notice it was removed from outlook and others did so worth letting folks know before deploying. But in our case everything went off without a hitch. Some asked where it went and we just pointed them to the one we push down to Outlook from O365 Admin console.
/Applications/ZoomOutlookPlugin/Uninstall.app/Contents/MacOS/Uninstall
Posted on 04-10-2020 06:10 AM
Thanks @daniel_ross
Posted on 04-15-2020 11:44 PM
Just came across this from another discussion.
remove-zoom-macos
Posted on 05-11-2020 07:07 AM
Hi @daniel_ross ,
Were you able to make the un-installation of the plugin silent? I'm pretty sure the red 'X' icon in the dock will alarm some of my users.
Thanks,
Justin.
Posted on 03-18-2021 03:01 PM
Hi Jtrant,
took Daniel's command, (Props to Daniel)
and added a rm rf line to remove Red X(it shows up for about 2 seconds then disappears).
hope this helps, Zoom plugin seems to be going away, so thought id share.
Sudo /Applications/ZoomOutlookPlugin/Uninstall.app/Contents/MacOS/Uninstall
Sudo rm -rf /Applications/ZoomOutlookPlugin/Uninstall.app
Posted on 12-19-2021 08:35 PM
Hi davidro,
I took your advice and added the second line to try and get rid of the uninstall app so the red X app icon isnt sitting in the recent app list, however I couldn't get it t work. Any advice What OS are you on? I'm attempting to do tis on Monterey.
Thanks!