I’m trying to deploy the Cloudflare WARP client via Intune to our Windows devices.
I have downloaded .msi file and upload to Intune and follow the setup instruction on cloudflare documents
The command-line arguments as below:
/quiet ORGANIZATION=“xxxxxx” SERVICE_MODE=“warp” SWITCH_LOCKED=“true” AUTO_CONNECT=“1” SUPPORT_URL=“mailto://xxxxxx”
My goals is the app will be deployed to our user’s device and the device will register with Cloudflare automatically.
Just for clarity, are you facing any issues? If so, could you give us more details?
To deploy Cloudflare WARP client via Intune, follow these steps:
Upload the MSI file to Intune as you’ve done.
Create a custom command line using the arguments you provided:
/quiet ORGANIZATION=“xxxxxx” SERVICE_MODE=“warp” SWITCH_LOCKED=“true” AUTO_CONNECT=“1” SUPPORT_URL=“mailto://xxxxxx”
Assign the app to your desired user groups.
Once deployment is successful, the devices should register automatically with Cloudflare as per your configuration.
Make sure to replace the “xxxxxx” placeholders with appropriate values for your organization.