Skip to main content
Solved

uninstall zoom outlook plugin?

  • April 9, 2020
  • 8 replies
  • 39 views

ImAMacGuy
Forum|alt.badge.img+23

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?

Best answer by daniel_ross

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

8 replies

Forum|alt.badge.img+7
  • Valued Contributor
  • April 9, 2020

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.


daniel_ross
Forum|alt.badge.img+18
  • Jamf Heroes
  • Answer
  • April 9, 2020

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

ImAMacGuy
Forum|alt.badge.img+23
  • Author
  • Esteemed Contributor
  • April 10, 2020

Thanks @daniel_ross


Surajit
Forum|alt.badge.img+7
  • Contributor
  • April 16, 2020

Just came across this from another discussion.
remove-zoom-macos


Forum|alt.badge.img+14
  • Honored Contributor
  • May 11, 2020

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.


Forum|alt.badge.img
  • New Contributor
  • March 18, 2021

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

Forum|alt.badge.img+7
  • Contributor
  • December 20, 2021

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

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!


Bretterson
Forum|alt.badge.img+4
  • New Contributor
  • March 12, 2025

Just came across this from another discussion.
remove-zoom-macos


Thanks for this. I cut out everything except the Outlook plugin section and it worked well for me.