Meilleur auteur de réponses
SCCM Agent uninstall with GPO

Question
-
Hello
We are actually testing deployement of SCCM Agent (ccmsetup.msi) on our workstations with GPO
This works fine, as the whole software is installed (service SMS..., Configuration Management in the control Panel, ...) but when we "remove the package from the GPO (and indicate to remove the software for users) the agent is still installed and functional (same icones, services, ...) Only the c:\winnt\system32\ccmsetup folder is empty, the c:\winnt\system32\ccm is full of files.
Have we forget something ? I am not sure ccmsetup.msi is able to run the "whole uninstall process" for SCCM agent, only for its sole part. Am I wrong ?
Thx for your answers
VIL
Réponses
-
Hi,
First, you are in the French TechNet Forums, so please try to write in french.
So, when using the GPO method to install the ConfigMgr, needed files will be downloaded to \system32\ccmsetup and the installation will run locally. Therefore if you enable "remove the package" from the GPO, only downloaded files under \ccmsetup will be removed.
So to uninstall the ConfigMgr client with a GPO, you can use a logon script that contain \\ConfigMgr_server_name\SMS_YouSiteCode\Client\CCMSetup.exe /uninstall
Or by using the software distribution.
- Marqué comme réponse Bechir GharbiModerator vendredi 8 octobre 2010 17:27
Toutes les réponses
-
Hi,
First, you are in the French TechNet Forums, so please try to write in french.
So, when using the GPO method to install the ConfigMgr, needed files will be downloaded to \system32\ccmsetup and the installation will run locally. Therefore if you enable "remove the package" from the GPO, only downloaded files under \ccmsetup will be removed.
So to uninstall the ConfigMgr client with a GPO, you can use a logon script that contain \\ConfigMgr_server_name\SMS_YouSiteCode\Client\CCMSetup.exe /uninstall
Or by using the software distribution.
- Marqué comme réponse Bechir GharbiModerator vendredi 8 octobre 2010 17:27
-
Bonjour
Désolé pour le thread en Anglais, au début j'étais sur le forum en anglais, puis j'ai basculé sur le Fr je sais pas commun, enfin bref...
merci pour ta réponse, c'est bien ce qui me semblait pour la désinstallation. Par contre ce n'est pas très pratique comme méthode de désinstallation...
Merci encore
-