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