Uninstalling MS DPM 2010 in an Enterprise environment using SCCM

Answered Uninstalling MS DPM 2010 in an Enterprise environment using SCCM

  • Friday, May 04, 2012 10:05 PM
     
     
    We 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

All Replies

  • Friday, May 04, 2012 10:19 PM
     
     Answered

    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=ReallySupress

    For 64-bit operating system, at the command prompt type
    Msiexec /x {72BF00D8-53E0-1539-F523-4347082BCC11} /qn /REBOOT=ReallySupress

    So 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

  • 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