Wednesday, August 26, 2015

Manual removal of the SCCM client

Manual removal of the SCCM client


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 runCCMSetup.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 {IDas 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



Sunday, August 23, 2015

Cannot remove Site system role

I am looking at one of my removed site systems that did only act as a DP and a site system and all the directories are also present....but IIS has removed the virtual directories from it's console....and the procedure I used to remove the DP was as follows:

Removed all packages/apps manually from the DP(checked to make sure all content was removed by browsing to the content directories in the SMSPKGC$.
Removed the PXE settings(Made sure that the WDS server role was completely removed after the PXE settings on the DP)
Removed the Distribution point site system role.
Deleted the site server which removes the site system role also.

I guess the deletion of the rest of the left-over directories is a manual process if you intend keeping the server for other purposes...I am blowing away all the DP servers and starting afresh with server 2012 so the manual deletion is not applicable to me!!