Как удалить клиент SCCM
Table of Contents
In some situations, you may need to uninstall or remove SCCM client from a managed device. This could be done using multiple methods that are described in this Wiki article.
Method 1: Uninstallation using CCMSetup.exe
You can proceed like the following:
- Open CMD and go to the location where CCMSetup.exe resides on the managed device then run
CCMSetup.exe /uninstall command

Method 2: Uninstallation using client.msi
You can proceed like the following:
- Open CMD and go to the same location described in Method 1. Once done, go under the folder using {ID} as naming format ({181D79D7-1115-4D96-8E9B-5833DF92FBB4} for SCCM 2012 clients and {6A438387-0FF9-4620-947E-39470FB1E2E5} for SCCM 2007 ones) and run msiexec /x client.msi

Method 3: Removal using ccmclean.exe
Ccmclean.exe is tool part of SMS 2003 toolkit (http://www.microsoft.com/en-us/download/details.aspx?id=18153

- Download the tool. You can get it directly from here:
https://onedrive.live.com/redir?resid=FB4EC4397749CD0%21272 - Run the tool and click OK once it finishes

Method 4: Manual removal / Ручное удаление клиента SCCM
This is described in the following blog article:
Manual removal of the SCCM client:
http://blogs.technet.com/b/michaelgriswold/archive/2013/01/02/manual-removal-of-the-sccm-client.aspx
Кратко:
Ручное удаление клиента SCCM
Иногда может потребоваться удалить клиент System Center Configuration Manager.
Если вам нужно удалить клиента, вы можете сделать это довольно легко, запустив ccmsetup.exe / uninstall.
В случае, если командная строка не работает, ниже список позиций, которые обычно нужно проверить и удалить, чтобы вручную очистить все следы клиента.
- Служба хоста SMS-агента - SMS Agent Host Service
- Служба CCMSetup (если имеется) - CCMSetup service
- \windows\ccm каталог - \windows\ccm directory
- \windows\ccmsetup directory
- \windows\ccmcache directory
- \windows\smscfg.ini
- \windows\sms*.mif (если есть)
- ключ реестра HKLM\software\Microsoft\ccm
- ключ реестра HKLM\software\Microsoft\CCMSETUP
- ключ реестра HKLM\software\Microsoft\SMS
- root\cimv2\sms WMI namespace
- root\ccm WMI namespace
- В библиотеке планировщика заданий (Task Scheduler library) в разделе «Microsoft» удалите папку «Configuration Manager» и любые задачи внутри нее.
- В хранилище сертификатов компьютера (Machine Certificate store) удалите все сертификаты в папке «SMS\certificates folder»
IMPORTANT! The Official Microsoft references are referring to the Method 1 as the supported method for the uninstallation or removal of SCCM client.