Hallo everyone
I have a problem doing uninstallation in SCCM 2012 R2.
The way i am doing installations is based on a AD - System Group membership, lets say the name is:
SCCM_APP_AppName install (Collection ID: PS100014)
and my Uninstall Collection then is like this:
SCCM_APP_AppName Uninstall and the Query is then defined as such:
all machine which has "AppName" installed, and is NOT a member of "PS100014"
is a member of my uninstall.
The queries Work as they are intended, if i delete a member of the AD Group, my "incremental" setting makes sure to join or disjoin the install Collection.
And if afterwards run a "update Collection membership" of my uninstall Collection my computer is now a member of the Uninstall Collection.
BUT, now my problem is:
I experience that the uninstall action never gets executed, and if i look in Monitoring - Deployments, take my Uninstall deployment i get:
"Conflicts with another application deployment" - and the one it thinks it is in conflict with is the "Install" action for the same application.
But this is not now deployed to the machine, and therefore it should not try to run that action.
I'm looking forward hearing thoughts on this Little puzzle of mine.
/Morten