Remotely remove SCCM client
I need to remove the SCCM client from a few workstations. Instead uf logging into these workstation and running c:\windows\system32\ccmsetup\ccmsetup.exe /uninstall . What would be the easiest way to do this remotely?Gerard Aguilar
January 23rd, 2009 10:08pm

Hi, You could use psexec tools - http://technet.microsoft.com/da-dk/sysinternals/bb897553(en-us).aspxto run the uninstall command remotely. You could also run a script e.g. Option Explicit Dim objWshShell Set objWshShell = WScript.CreateObject("WScript.Shell") ' Uninstall the clientobjWshShell.Run "msiexec /x {Productcode} /qn", 1, True I haven't had the time to test the script, it is late Friday evening in my part of the world :-) Kent Agerlund
Free Windows Admin Tool Kit Click here and download it now
January 23rd, 2009 10:50pm

You could also use Roger Zander's SCCM Client Center to remove the client..
January 23rd, 2009 11:45pm

You could also use Roger Zander's SCCM Client Center to remove the client.. I have had problem with uninstalling and looking for command and all codes. But this little program which is called "SCCM Client center"helped me to uninstall and install the sccm clients remotely. Use this program and it can help you guys to avoid much typing and commands.
Free Windows Admin Tool Kit Click here and download it now
January 17th, 2011 10:19am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics