Automated P2V Cleanup: Remove/Uninstall Dell Openmanage Broadcom/Intel Drivers & Utilities

Automated P2V Cleanup: Remove/Uninstall Dell Openmanage Broadcom/Intel Drivers & Utilities

Updated Version on 11/17/11

So how many times have you done a P2V only to have to go back and manually cleanup all the extra crud a physical server requires--Dell OpenManage Server Administrator(Dell OSMA), Broadcom Drivers and Management Applications, Intel Drivers and Management Applications, etc.  Now expand that to having to do over 500 P2Vs in a few month span and you find the need to automate.

This script will automate those pesky uninstalls, right now it's mainly Dell specific, but I plan to expand it to other vendors like IBM & HP.

Check for updates @ http://michael.requeny.com

Removes:

  • Dell OpenManage Server Administrator
  • Broadcom Drivers and Management Applications
  • Broadcom NetXtreme II Driver Installer
  • Intel(R) PROSet for Wired Connections
  • Intel(R) PRO Network Connections

The VM should be rebooted after running this script, you can automate this by adding a line like this to the end:

shutdown /r /f /d P:4:2 /c "P2V Cleanup Complete, reboot required"

p2vclean.bat:

@echo off cls echo ======================================= echo   Post P2V Cleanup echo Version: 1.2 - Dell Specific (11/17/11) echo Author: Michael Requeny echo Website: http://michael.requeny.com echo ======================================= REM Intel Bits echo Uninstalling Intel Wired Connections 9.30.0000 (Dell Version) msiexec /x {4CEA6811-DFAD-4892-828D-49941FE3B779} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel Wired Connections 9.20.0000 (Intel Version) msiexec /x {83F793B5-8BBF-42FD-A8A6-868CB3E2AAEA} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel Wired Connections 9.10.0000 (Intel Version) msiexec /x {13DE1D83-E4C4-420D-8DD5-6DB26DE7CB45} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel Wired Connections 9.00.0000 (Intel Version) msiexec /x {7A915C5D-0ECE-4013-ABB5-39D82C572533} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel Wired Connections 8.00.5000 (Intel Version) msiexec /x {17334AAF-C9E7-483B-9F45-E3FCAF07FFA7} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel Wired Connections 8.00.0005 (Intel Version) msiexec /x {403EF592-953B-4794-BCEF-ECAB835C2095} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel Wired Connections 7.10.1000 (Intel Version) msiexec /x {6A22A1EC-F625-43DA-ACF0-B57541DE6477} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel Wired Connections 7.10.0000 (Dell Version) msiexec /x {16906D21-0656-4F8B-9A01-C3D24B5401FC} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel PRO Network Connections 16.6.126.0 (Intel Version) msiexec /x {357A82F9-B5FF-46C8-ABA2-104695E0F1D1} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel PRO Network Connections 16.5.2.0 (Intel Version) msiexec /x {90899269-554B-4672-9F8D-4A2A0D0AF5B5} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel PRO Network Connections 16.4.69.0 (Intel Version) msiexec /x {AA1675E3-4D03-4808-BDF5-992619544D12} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel PRO Network Connections 16.3.48.0 (Intel Version) msiexec /x {44663264-E108-4938-BF9E-A767315072C9} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel PRO Network Connections 16.2.49.0 (Intel Version) msiexec /x {EBDDD05E-EBCF-40FF-9BBD-C3E099A2B684} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel PRO Network Connections 16.1.53.0 (Intel Version) msiexec /x {645AE9CF-AF1B-4FBB-9B9D-17A23D03AF10} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel PRO Network Connections 16.0.19.0 (Intel Version) msiexec /x {0006AB1D-9B22-43DF-8D14-6EBD18DED4EE} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel PRO Network Connections 15.8.76.0 (Intel Version) msiexec /x {21927AF8-8738-455F-AB98-7FF8FBFC6282} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel PRO Network Connections 15.7.176.0 (Intel Version) msiexec /x {8C9B6B1F-0A8E-402A-A60C-110BBB38D67E} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel PRO Network Connections 15.6.25.0 (Intel Version) msiexec /x {BCCC97EE-E162-448C-8847-59718FF29B04} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel PRO Network Connections 15.5.74.0 (Intel Version) msiexec /x {2AAA1310-1A77-472d-A7D2-A5E55B00EF8E} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel PRO Network Connections 15.4.89.0 (Intel Version) msiexec /x {DEEECCDA-D9BB-4DDC-9CA8-2A6ECC49131C} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel PRO Network Connections 15.3.68.0 (Intel Version) msiexec /x {D5558268-0050-4B95-AD5E-426960E1EFE1} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel PRO Network Connections 15.2.89.0 (Dell Version) msiexec /x {7AAA00C4-26E6-4EC0-8069-955B0A9D6009} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel PRO Network Connections 15.1.29.0 (Intel Version) msiexec /x {0BBBA9A9-02E8-467D-BE57-4797A50F7861} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel PRO Network Connections 15.0.4.0 (Intel Version) msiexec /x {8882ED04-FE2B-478C-AF10-E7BE2A3C7AD4} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel PRO Network Connections 14.8.43.0-14.8.43.1 (Dell/Intel Version) msiexec /x {11107A2A-AD44-4BC8-ABB5-E88E63BCA785} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel PRO Network Connections 14.7.23.0 (Intel Version) msiexec /x {4449B83C-1257-4355-8F3E-71280E922B5F} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel PRO Network Connections 14.6.7.0-14.6.10.0 (Dell/Intel Version) msiexec /x {CCC68887-6E07-4438-A035-7C22EFBDC15E} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel PRO Network Connections 14.5.1.0 (Intel Version) msiexec /x {BBB7AEE0-AE78-44CC-8CD4-083B0B99EA80} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel PRO Network Connections 14.4.1.0 (Intel Version) msiexec /x {555E63EF-4EB5-43E5-BEEF-9E2CD7BCEFA2} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel PRO Network Connections 14.3.0.0-14.3.100.0 (Intel Version) msiexec /x {AAA8CA88-8A22-43D1-867F-ABD7944C9815} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel PRO Network Connections 14.2.100.0 (Intel Version) msiexec /x {EEEFE7A9-293E-4F5F-A114-81731A9C3826} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel PRO Network Connections 14.1.111.0-14.2.100.0 (Dell/Intel Version) msiexec /x {333615C1-60BF-4569-A8B7-2FA38D3245B7} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel PRO Network Connections 14.0.40.0 (Intel Version) msiexec /x {888019C0-54D4-40C2-9274-27B9DAB17017} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel PRO Network Connections 13.5.0.0-13.5.32.0 (Intel Version) msiexec /x {777AD08E-B32A-4456-AFE1-094DBECEB268} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel PRO Network Connections 13.4.22.0 (Intel Version) msiexec /x {999104C6-AC4B-43D3-B8E2-125C0EEA9A71} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel PRO Network Connections 13.3.46.0 (Intel Version) msiexec /x {555D5F00-9CEE-4FE5-8C2A-5856A4DF94F4} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel PRO Network Connections 13.2.8.0 (Intel Version) msiexec /x {AAA4850F-7E20-40D7-A4C3-3697E7FA4A54} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel PRO Network Connections 13.1.34.2 (Dell Version) msiexec /x {54322232-B3DE-4ED4-8E5E-E91CDA02D7D7} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel PRO Network Connections 13.1.0.0-13.1.33.1 (Dell/Intel Version) msiexec /x {DDD076BF-C5C3-468C-AA1B-F9A7E47446FE} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel PRO Network Connections 13.0.42.0-13.1.4.0 (Intel Version) msiexec /x {2223FC2F-B862-4F83-BC9E-DDF2DADF2859} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel PRO Network Connections 12.4.38.0 (Intel Version) msiexec /x {888D0F50-FF0A-4808-966E-23D63277BF2A} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel PRO Network Connections 12.3.0.0-12.3.31.0 (Intel Version) msiexec /x {DDD0A758-F44C-47D3-8E88-692FFF775127} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel PRO Network Connections 12.2.41.0 (Intel Version) msiexec /x {BBBF4CFE-9D26-4D93-A869-B2B021B3CA85} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel PRO Network Connections 12.1.0.0-12.1.14.1 (Dell/Intel Version) msiexec /x {777CA40C-0206-4EF6-A0FC-618BF06BF8D0} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel PRO Network Connections 12.0.41.0 (Intel Version) msiexec /x {881EA2C2-265F-4BAC-92FD-9314BB94820F} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel PRO Network Connections 12.0.36.0-12.0.40.0 (Intel Version) msiexec /x {EEE90C2D-8ACE-4007-9CF6-B07D0516F6B9} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel PRO Network Connections 11.2.0.69-11.2.1.69 (Intel Version) msiexec /x {2222B364-0854-4265-B32E-A142DB9DC7BB} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel PRO Network Connections 11.0.0.0-11.1.0.0 (Intel Version) msiexec /x {111A3D14-7596-43B0-92BA-418435C90672} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel PRO Network Connections 10.30.0000 (Intel Version) msiexec /x {205C26CB-6D52-458C-A87F-1EE77F9625C6} ARPREMOVE=1 /passive /norestart echo Uninstalling Intel PRO Network Connections 10.20.0000 (Intel Version) msiexec /x {E6C48B74-26ED-4EF8-A04C-42AFDE5E1CA3} ARPREMOVE=1 /passive /norestart REM Dell Bits echo Uninstalling Dell OpenManage Server Administrator 6.4.0 msiexec /x {E91A47DB-8B75-4D29-8EFD-7F536FD6C7CD} /passive /norestart echo Uninstalling Dell OpenManage Server Administrator 6.1.0-6.3.0,6.5.0 msiexec /x {54C04D53-C3C3-46EA-A75F-7AFF4BEB727C} /passive /norestart echo Uninstalling Dell OpenManage Server Administrator 6.0.1-6.0.3 msiexec /x {A19CE8FC-A0C2-4769-A5F0-602FEC02422E} /passive /norestart echo Uninstalling Dell OpenManage Server Administrator 5.0.0-5.5.0.1 msiexec /x {89C7A9F7-2C31-4739-842D-F037B6C9B674} /passive /norestart echo Uninstalling Dell OpenManage Server Administrator 4.3.0-4.5.0 msiexec /x {A8D0C330-84F0-4675-B997-0E952FA0A0A3} /passive /norestart REM Broadcom Bits echo Uninstalling Broadcom Drivers and Management Applications 14.4.11.3 (Broadcom Version) msiexec /x {55CD533D-97C2-4AEF-80B0-2341640CD246} /passive /norestart echo Uninstalling Broadcom Drivers and Management Applications 14.2.12.1 (Dell Version) msiexec /x {C92B158B-0662-49E2-BA01-3E16B191F8FB} /passive /norestart echo Uninstalling Broadcom Drivers and Management Applications 14.2.11.5 (Dell Version) msiexec /x {80B27AFC-2D06-4693-9A7F-255F0E2F3DC3} /passive /norestart echo Uninstalling Broadcom Drivers and Management Applications 12.30.03 (Broadcom Version) msiexec /x {DE274C2F-D9E5-4De7-96FC-5D18DC5A71FD} /passive /norestart echo Uninstalling Broadcom Drivers and Management Applications 12.29.01 (Dell Version) msiexec /x {AEA7823A-C063-4880-8C43-42EB6FD8E58B} /passive /norestart echo Uninstalling Broadcom Drivers and Management Applications 12.28.02 (Dell Version) msiexec /x {65AEA463-F21B-496A-81E4-E072EDF56467} /passive /norestart echo Uninstalling Broadcom Drivers and Management Applications 12.26.01 (Dell Version) msiexec /x {4EB96EF0-B500-4A2C-B716-9872FBBFA9D8} /passive /norestart echo Uninstalling Broadcom Drivers and Management Applications 12.25.06 (Dell Version) msiexec /x {9BA521BB-190B-49AB-A905-6386A78539F3} /passive /norestart echo Uninstalling Broadcom Drivers and Management Applications 12.18.01 (Dell Version) msiexec /x {0749596C-390D-47D9-AB20-5E2B1472CD7E} /passive /norestart echo Uninstalling Broadcom Drivers and Management Applications 12.16.01 (Dell Version) msiexec /x {01794DD2-E13F-4865-9EA4-C6DAFCD6C07B} /passive /norestart echo Uninstalling Broadcom Drivers and Management Applications 12.14.02 (Dell Version) msiexec /x {859CB8EF-EB1B-479D-982B-5458D7CC326C} /passive /norestart echo Uninstalling Broadcom Drivers and Management Applications 11.88.01 (Broadcom Version) msiexec /x {A25945E2-FF29-4C44-948B-45DB6DBF4A38} /passive /norestart echo Uninstalling Broadcom Drivers and Management Applications 11.54.02 (Dell Version) msiexec /x {3C90A7A3-3B78-419D-9AA5-A0D77F0C49CA} /passive /norestart echo Uninstalling Broadcom Drivers and Management Applications 11.52.06 (Dell Version) msiexec /x {1B902ECD-C1B5-4FEC-8CD6-DE5EDE81C383} /passive /norestart echo Uninstalling Broadcom Drivers and Management Applications 11.13.03 (Dell Version) msiexec /x {766E95BC-BE8F-446C-A894-EABF0F99768C} /passive /norestart echo Uninstalling Broadcom Drivers and Management Applications 10.89.04-10.89.06 (Dell Version) msiexec /x {C5AB6B2F-6818-4209-96E1-246D06ED8017} /passive /norestart echo Uninstalling Broadcom Drivers and Management Applications 10.79.10 (Dell Version) msiexec /x {BE11A018-DC1A-4C07-BDBB-2A6B79AA95CB} /passive /norestart echo Uninstalling Broadcom Drivers and Management Applications 10.69.04-10.69.05 (Dell Version) msiexec /x {C97C77C4-10BD-4CCA-B781-116105001E75} /passive /norestart echo Uninstalling Broadcom Drivers and Management Applications 10.51.01 (Dell Version) msiexec /x {78785EB2-9D9F-429C-BD9F-99B6039B00DE} /passive /norestart echo Uninstalling Broadcom Drivers and Management Applications 10.18.04-10.19.01 (Dell Version) msiexec /x {43F11231-708E-4EFB-B675-B0397A394F78} /passive /norestart echo Uninstalling Broadcom NetXtreme II Driver Installer 14.4.8.4 (Broadcom Version) msiexec /x {DA8EC3DF-5853-4C1A-AFB9-2CC267D671EB} /passive /norestart echo Uninstalling Broadcom NetXtreme II Driver Installer 14.2.11.1 (Broadcom Version) msiexec /x {EAF846FB-AEA4-49AC-94DA-7333EA4B846C} /passive /norestart echo Uninstalling Broadcom NetXtreme II Driver Installer 12.56.01 (Broadcom Version) msiexec /x {F96672C2-6D0B-4B96-887D-AB23E12677D3} /passive /norestart echo Uninstalling Broadcom NetXtreme II Driver Installer 11.53.02 (Dell Version) msiexec /x {70C5AEBE-FAF7-4C58-80D2-B3C4B7179D5D} /passive /norestart echo Uninstalling Broadcom NetXtreme II Driver Installer 12.26.02 (Broadcom Version) msiexec /x {2B86E960-1BCF-457A-9D9A-AB38812BAE89} /passive /norestart echo Uninstalling Broadcom NetXtreme II Driver Installer 11.53.02 (Broadcom Version) msiexec /x {70C5AEBE-FAF7-4C58-80D2-B3C4B7179D5D} /passive /norestart echo Uninstalling Broadcom NetXtreme II Driver Installer 11.48.05 (Broadcom Version) msiexec /x {E78D7C1D-4329-450A-B759-186BB65D01CE} /passive /norestart echo Uninstalling Broadcom NetXtreme II Driver Installer 11.33.03 (Broadcom Version) msiexec /x {7C58AC3B-DDAF-4E4E-986F-9E09D033B542} /passive /norestart echo Uninstalling Broadcom NetXtreme II Driver Installer 11.32.05 (Broadcom Version) msiexec /x {B13BB219-4277-4984-973B-7B90250AB845} /passive /norestart echo Uninstalling Broadcom NetXtreme II Driver Installer 11.53.02 (Broadcom Version) msiexec /x {70C5AEBE-FAF7-4C58-80D2-B3C4B7179D5D} /passive /norestart endlocal EXIT /B 200
Comments

great tool using right now p2ving 20 dell servers

Version history
Revision #:
1 of 1
Last update:
‎03-12-2011 10:59 AM
Updated by: