update uninstall procedure to use new function

This commit is contained in:
2023-08-22 16:31:56 -04:00
parent 1a731c2b49
commit c32e74002b
+2 -7
View File
@@ -73,10 +73,5 @@ If ( IsWindowsBuild -ge 9200 )
}
} Else { LogMsg "Cannot remove Appx packages because this endpoint is not running Windows 8 or higher" }
# Uninstall Dell SupportAssist apps
$APP_NAME = "Dell*SupportAssist*"
Run-Script -LivePSScript Uninstall-MSI
# Uninstall Dell SupportAssist apps
$APP_NAME = "Dell Digital Delivery*"
Run-Script -LivePSScript Uninstall-MSI
# Uninstall unwanted Dell apps
'Dell*SupportAssist*', 'Dell Digital Delivery*' | Uninstall-MSI