How to uninstall older version apps on windows machines via Intune or is there any policy or mechanism?

Vinod Survase 4,716 Reputation points
2023-04-13T11:51:18.92+00:00

How to uninstall older version apps on windows and macOS devices via Intune or is there any policy or mechanism? For example: Adobe flash player or any other apps which are older versions on devices.

Microsoft Intune Security
Microsoft Intune Security
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
370 questions
Microsoft Intune Configuration
Microsoft Intune Configuration
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Configuration: The process of arranging or setting up computer systems, hardware, or software.
1,781 questions
Microsoft Intune Application management
Microsoft Intune Application management
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Application management: The process of creating, configuring, managing, and monitoring applications.
908 questions
Microsoft Intune Updates
Microsoft Intune Updates
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Updates: Broadly released fixes addressing specific issue(s) or related bug(s). Updates may also include new or modified features (i.e. changing default behavior).
90 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,640 questions
0 comments No comments
{count} votes

Accepted answer
  1. Lu Dai-MSFT 28,366 Reputation points
    2023-04-14T01:17:31.16+00:00

    @Vinod Survase Thanks for posting in our Q&A.

    For this issue, I have done a lot of resarch. I found someone provided a method to remove unwanted apps via intune.

    https://www.burgerhout.org/remove-bloatware-on-windows-10/

    Note: Non-Microsoft link, just for the reference.

    You can edit the script just as you want.

    Hope it will give you some ideas.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


1 additional answer

Sort by: Most helpful
  1. Pavel yannara Mirochnitchenko 12,386 Reputation points MVP
    2023-04-13T12:14:29.6166667+00:00

    Uninstallation command lines must be figured out manually, unless you are updating. For Windows, lot of apps still uses MSI mechanizm beneath, so msiexec /x with product code should be valid for most of apps. Alternative method is to seek for uninstall.exe file present in install folder and handle uninstallation command and assignement this way.