Uninstalling MS DPM 2010 in an Enterprise environment using SCCM
-
4 พฤษภาคม 2555 22:05We 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
- ย้ายโดย Mike JacquetMicrosoft 5 พฤษภาคม 2555 0:02 moving to SCCM support (From:Data Protection Manager - General)
ตอบทั้งหมด
-
4 พฤษภาคม 2555 22:19
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
- เสนอเป็นคำตอบโดย Jérémy Sihassen 4 พฤษภาคม 2555 22:19
- ทำเครื่องหมายเป็นคำตอบโดย Moiz Rassiwala[MSFT]Microsoft, Moderator 7 พฤษภาคม 2555 16:11
-
1 กุมภาพันธ์ 2556 15:52
Careful now....Suppress is spelled with TWO Ps. Suppress, not Supress. Command fails if you drop a P.
--
Bahnjee