Multiple unwanted application and software remove using SCCM
Question
There is a requirement to remove multiple unwanted application and software which were installed. Is there any method to remove software using sccm ? Please help if there any script or process to follow to achieve for bulk application and software removal.
Answers ( 6 )
thank you for the suggestion.
just adding here, you can get application uninstall GUID from registry and you can add those command in TS to uninstall the applications in bulk, which can be silent,
first you need to do some exercise and get all the information what are the unwanted application are installed, and which you need to uninstall from computers then you need to make list and some test,
You can easily uninstall applications from computers using SCCM.
Create an application as usual with the proper command line and detection method on where this application is located on the computers.
Then, when you deploy the application, in the Deployment Settings step, under “Specify settings to control how this software is deployed”, you select “Uninstall” from the drop down box and follow the wizard to complete the deployment.
It depends on which type of apps
– You can use PowerShell script to remove those apps if they are store apps – we have discussed some of them here https://forum.howtomanagedevices.com/endpointmanager/intune/microsoft-store-app/
– If it’s Win32 or normal MSI EXE based applications – You need to run an uninstall program from SCCM application or package deployments
Does this make sense?
I don’t see the any sample powershell script to uninstall using sccm in the referance url.
Please do share the link to get scrip.
As Harjit mentioned you need to do it from each application or
you can you application group to perform –
https://www.anoopcnair.com/create-application-group-using-sccm-configmgr/
Or
You can use task sequence to uninstall multiple apps from sccm