Uninstall SCCM 2007 Client From The Estate
Answers (1)
Removal via SCCM Package.
- Copy the SCCM client install folder to SCCM package share, if not already present.
- Access SCCM Console.
- Create SCCM package which targets contents of source folder
- Command line: ccmsetup.exe /uninstall
- Run behavior should be set to hidden.
- Complete remaining package options as desired.
- Distribute contents to DP.
- Deploy package to test device collection.
- Ensure package functions and client is removed.
Yes annoyingly the uninstall leaves junk behind. Ccmsetup folder remains, along with folders, files and registry keys below.
"C:\Windows\ccmsetup"
"C:\Windows\CCM"
"C:\Windows\system32\CCM"
"C:\windows\smscfg.ini
HKLM\software\Microsoft\ccm
HKLM\software\Microsoft\CCMSETUP
HKLM\software\Microsoft\SMS\
HKLM\software\Microsoft\Systemcertificates\SMS\Certificates
Either create a separate script to remove these with its own SCCM package, or alternatively create a single script single package.
The choice is yours.