Remove Google Earth 6 using SCCM

google earth pro MSI logo
google earth pro MSI logo

Estimated reading time: 1 minutes

Like most other businesses, we have had the issue with users installing Google Earth on their work machines as they dont need local admin to install it.

I’ve been looking into various ways of removing Google Earth using SCCM but most failed. I’ve found the simplest way to do this is to run the following command and advertise it to all machines with Google Earth installed (or you can obviously create a collection with all machines in it with Google Earth installed).

msiexec /uninstall "%temp%._msige61Google Earth.msi" /qn

This takes the Google Earth.msi file that is put into the local users %temp% directory and uninstalls it – this ensures that the correct version of the MSI is used.

You can then create a package or task sequence in SCCM to push this out to users or just add it as an uninstall function within an application.

Feedback

If you have any questions or comments on this guide, please feel free to leave us a message below using our comments section.

Click to rate this post!
[Total: 0 Average: 0]

Share this content:

Avatar for Andrew Armstrong

About Andrew Armstrong

Founder of TechyGeeksHome and Head Editor for over 15 years! IT expert in multiple areas for over 26 years. Sharing experience and knowledge whenever possible! Making IT Happen.

View all posts by Andrew Armstrong

Leave a Reply

Your email address will not be published. Required fields are marked *