Uninstalling MS DPM 2010 in an Enterprise environment using SCCM
-
Friday, May 04, 2012 10:05 PMWe currently have roughly 500+ clients that have Microsoft System Center DPM Protection Agent installed and wanted to get some feedback on un-installing using SCCM.
DHeinz
- Moved by Mike JacquetMicrosoft Employee Saturday, May 05, 2012 12:02 AM moving to SCCM support (From:Data Protection Manager - General)
All Replies
-
Friday, May 04, 2012 10:19 PM
Hi,
according to this page : http://technet.microsoft.com/en-us/library/ff629522.aspx
For 32-bit operating system, at the command prompt type
Msiexec /x {07CCDE6A-1D92-2C9C-D091-9E682643ABCC} /qn /REBOOT=ReallySupressFor 64-bit operating system, at the command prompt type
Msiexec /x {72BF00D8-53E0-1539-F523-4347082BCC11} /qn /REBOOT=ReallySupressSo you just need to create a new package with no sources in it and then create a program that launches these commands or create a script that will launch one of these
- Proposed As Answer by Jérémy Sihassen Friday, May 04, 2012 10:19 PM
- Marked As Answer by Moiz Rassiwala[MSFT]Microsoft Employee, Moderator Monday, May 07, 2012 4:11 PM
-
Friday, February 01, 2013 3:52 PM
Careful now....Suppress is spelled with TWO Ps. Suppress, not Supress. Command fails if you drop a P.
--
Bahnjee

