I am Dale Hayter, a Microsoft and VMware certified Technical Consultant.

My blog has been built up over the years from my experience of working on an IT helpdesk and also from being out on-site.

Find Installation GUID of Installed applications

Been configuring lots of win32 applications using Intune recently. Found a nice little command to list the GUIDs of installed applications. Handy for when you want to work out the uninstall commands.

When run you will get a list of GUIDs and their respective apps.

Then just use the command below to uninstall them.

msiexec /x guid /quiet