Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,19 @@ To deploy WARP on Windows using Intune:
4. In **App type**, select _Line-of-business app_ from the drop-down menu. Select **Select**.
5. Select **Select app package file** and upload the `Cloudflare_WARP_<VERSION>.msi` installer you downloaded previously.
6. Select **OK**.
7. In the **Name** field, we recommend entering the version number of the package being uploaded.
8. In the **Publisher** field, we recommend entering `Cloudflare, Inc`.
9. In the **Command-line arguments** field, enter a valid installation command.
7. Select **No** for "Run this script using the logged on credentials".
8. Select **No** for "Enforce script signature check".
9. In the **Name** field, we recommend entering the version number of the package being uploaded.
10. In the **Publisher** field, we recommend entering `Cloudflare, Inc`.
11. In the **Command-line arguments** field, enter a valid installation command.
For example:
```txt
/qn ORGANIZATION="your-team-name" SUPPORT_URL="http://support.example.com"
```
Refer to [deployment parameters](/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/parameters/) for a description of each argument. You can change these parameters at any time by pushing a new [MDM file](#update-mdm-parameters).
10. Select **Next**.
11. Add the users or groups who require Cloudflare WARP and select **Next**.
12. Review your configuration and select **Create**.
12. Select **Next**.
13. Add the users or groups who require Cloudflare WARP and select **Next**.
14. Review your configuration and select **Create**.

Intune is now configured to deploy the WARP client.

Expand Down