Creating Powershell script for bulk uninstall

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi There,
i am requested to remove all trace of existing Autodesk products on my company , the installation made were anarchic without control so what exist is unknown.
We have SCCM in place and my plan is to create a powershell script which look after all products with publisher = Autodesk , isolate the uninstallStrings , arrange it to be silent and ran it , i made a first script and it works like a charm against one suite i did install for test purposes
what i noticed is , alternatively , for this specific suite (Inventor LT 2015) , instead of running all that uninstall strings (can be msiexec /X or setup /P /Q) , i can isolate the GUID (present on HKLM\Software\....\Uninstall (and on the other with WoW6432Node)) which represent a MSI product then ran msiexec /X against all of them
Second approach like a charm but is valid ONLY if all the components of Autodesk are MSI , that avoid me to manage any other uninstallstrings which are not msiexec
make sense ?
so my question is to know if , historically , ALL the Autodesk products are MSI ?
Hoping i make sense
Rgds,