My company has over 600 computers and I would like to push version 5.0.0 to those that aren't there yet.
Struggling with Uninstall Script
Need help - Unable to uninstall app through Powershell/Intune
Dell Command Update | Uninstall & Install
windows - unable to uninstall ghost program via wmi on powershell or cmd - Stack Overflow
Videos
Hello All,
I'm trying to write a script that searches for any install of a specific application (Dell Command | Update) in HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall and HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall. I'm trying to avoid using get-wmiobject. All I really want is for the application's GUID to be piped into a variable, so I can use it to make my own uninstall string with my own arguments. I can't seem to get this right or find an example online of this. Has anyone solved this already and can share?
I'm trying to manage BIOS & driver updates for Dell devices via Intune. I have packaged the latest DCU apps, settings are configured as per https://evil365.com/dell/UpdateDriversBIOS-DellCommandUpdate/ .
Everything is working fine only when the latest DCU universal app packaged and deployed to the devices. If the device is installed with the older version of DCU, the settings are not getting applied. I assume this is because I used the ADMX from the latest DCU app.
Is there a way to uninstall old app as part of the new app deployment? I have a PR script in place to uninstall DCU, but it could conflict with the installation as it'll detect the displayName and remove the app.