Forum Discussion
Remove sccm Client - after change to Intune
Michael Sigvardt Jensen use this script: https://www.optimizationcore.com/deployment/sccm-client-complete-remove-uninstall-powershell-script/
Use this blog to understand how scripts work and where can you can access the logs.https://oliverkieselbach.com/2017/11/29/deep-dive-microsoft-intune-management-extension-powershell-scripts/
You could also create a small cmd script calling ccmsetup /uninstall and wrap it up in a Win32 app. https://eskonr.com/2019/10/how-to-uninstall-sccm-client-using-intune-win32-app-management/
Also tried to set ccmsetup /uninstall as a logoff script, but no luck either.
- timhermieMay 04, 2020Copper Contributor
Look into what I replied earlier
https://www.pdq.com/pdq-deploy/ > free version > does not need an agent on the clients
You can push your uninstaller with that tool. Delete it after you are done.
Also look into ccmclean, this tool cleans everything, ccmsetup /uninstall doesnt.
Regards
- Michael Sigvardt JensenMay 04, 2020Copper ContributorPDQ-Deploy.... Thats nice:)
Deploying as we speak 🙂
- rahuljindal-MVPNov 09, 2023Bronze ContributorWere the workloads moved to Intune including Client apps? What is the status of the current ConfigMgr site?