bga68comp: (Default)
bga68comp ([personal profile] bga68comp) wrote2018-11-21 12:47 pm
Entry tags:

Как удалить клиент SCCM

How to uninstall or remove SCCM client


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 Jump) and can be used for the removal of the client. All you need to do are:



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 Jump

Кратко:
Ручное удаление клиента SCCM

Иногда может потребоваться удалить клиент System Center Configuration Manager.
Если вам нужно удалить клиента, вы можете сделать это довольно легко, запустив ccmsetup.exe / uninstall.
В случае, если командная строка не работает, ниже список позиций, которые обычно нужно проверить и удалить, чтобы вручную очистить все следы клиента.



  1. Служба хоста SMS-агента - SMS Agent Host Service

  2. Служба CCMSetup (если имеется) - CCMSetup service

  3. \windows\ccm каталог - \windows\ccm directory

  4. \windows\ccmsetup directory

  5. \windows\ccmcache directory

  6. \windows\smscfg.ini

  7. \windows\sms*.mif (если есть)

  8. ключ реестра HKLM\software\Microsoft\ccm

  9. ключ реестра HKLM\software\Microsoft\CCMSETUP

  10. ключ реестра HKLM\software\Microsoft\SMS

  11. root\cimv2\sms WMI namespace

  12. root\ccm WMI namespace

  13. В библиотеке планировщика заданий (Task Scheduler library) в разделе «Microsoft» удалите папку «Configuration Manager» и любые задачи внутри нее.

  14. В хранилище сертификатов компьютера (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.