how to uninstall a program from all workstations in Azure AD

Samuel Santos 245 Reputation points
2023-08-04T14:42:53.6233333+00:00
I need to uninstall a program called Acronis from all my devices managed in Intune, is there any GPO or powershell command that I could use to massively uninstall this program?
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,734 questions
Microsoft Intune Grouping
Microsoft Intune Grouping
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Grouping: The arrangement or formation of people or things in a group or groups.
40 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.
882 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,406 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,666 questions
{count} votes

Accepted answer
  1. Crystal-MSFT 43,721 Reputation points Microsoft Vendor
    2023-08-07T01:49:02.3033333+00:00

    @Samuel Santos, Thanks for posting in Q&A. To uninstall the Acronis from all workstations, we need to firstly find out the uninstall commands. After researching, I find a link list one command. You can test it on one device to see if it works. If not, you need to contact Acronis support to get the uninstall command.

    https://kb.acronis.com/content/57078?ckattempt=1

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

    After we get the uninstall command, we can deploy it via PowerShell script in Intune to run it on all the workstations to remove the app.

    https://learn.microsoft.com/en-us/mem/intune/apps/intune-management-extension

    Hope the above information can help.


    If the answer is helpful, 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. Gérald Döserich 760 Reputation points
    2023-08-05T16:12:38.0666667+00:00

    Send a script to all devices which uninstalls it.

    0 comments No comments