We previously did a managed deployment to install WARP on devices enrolled within our organization. We realized that the users couldn’t update WARP without admin rights and it is tedious to go to every device (100+) to manually run the update. We decided to do another managed deployment with the latest version via Intune, it shows the installation was done on user devices but in fact the version was not updated.
What steps have you taken to resolve the issue?
We are looking into a managed uninstallation of WARP via Intune for all the user devices.
We tried the steps described in this article Managed deployment · Cloudflare Zero Trust docs, under “Uninstall WARP”
It says to use this command msiexec /x C:\WINDOWS\Installer<WARP_RELEASE>.msi /quiet.
The problem is that the <WARP_RELEASE> variable is different from one device to the other, though they have the same version of WARP.
Is there a way we can do a managed update or reinstall WARP for all devices via Intune ?
Have you tried writing a Powershell script and running it through Intune to search existing WARP installations on users machines and uninstall WARP that way?
Hi @bujangnim ,
I ran a script on admin CMD (doesn’t work with PowerShell) using the guid code of the WARP version and it worked locally.
When I tried it in Intune, it showed that the app gets uninstalled but it still appears on user devices.
Find below the script