Hello Microsoft Community,
Scenario: My company has cloud-managed laptops using Intune. All users only have standard access on their laptop and cannot perform administrative tasks, but they used to be administrators and install whatever they wanted. There is some software reporting weaknesses in its different versions and instead of updating it, we would like to remove it from the applied devices. I tried to create a Win32 app to uninstall the software, but it would only work with the Win32 version of the app. eg: Node.js 17.9.0 Win32 app would uninstall Node.js 17.9.0 from devices running that version, but would not uninstall it from laptops running older versions of the software.
Question: Is there a direct way to target an app (and all its previous versions) and uninstall it from the target group of devices?