From 2567e077dfda8b3b5e31eb19acb95ec813095740 Mon Sep 17 00:00:00 2001 From: Bob Perciaccante Date: Mon, 29 Sep 2025 16:19:49 -0400 Subject: [PATCH 1/4] Update intune.mdx Updated to include changes to the MDM.xml script creation in InTune to address missing default values that need to be changed. --- .../deployment/mdm-deployment/partners/intune.mdx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/partners/intune.mdx b/src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/partners/intune.mdx index 797d123ef879e4..eeacd7dc486c9c 100644 --- a/src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/partners/intune.mdx +++ b/src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/partners/intune.mdx @@ -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_.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. From 5b5f1985134520abe05c19617289eaaca8d7075d Mon Sep 17 00:00:00 2001 From: Max Phillips Date: Mon, 29 Sep 2025 16:31:32 -0400 Subject: [PATCH 2/4] Update src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/partners/intune.mdx --- .../warp/deployment/mdm-deployment/partners/intune.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/partners/intune.mdx b/src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/partners/intune.mdx index eeacd7dc486c9c..46d5d4257d7f93 100644 --- a/src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/partners/intune.mdx +++ b/src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/partners/intune.mdx @@ -22,7 +22,7 @@ To deploy WARP on Windows using Intune: 5. Select **Select app package file** and upload the `Cloudflare_WARP_.msi` installer you downloaded previously. 6. Select **OK**. 7. Select **No** for "Run this script using the logged on credentials". -8. Select **No** for "Enforce script signature check". +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. From 15dc99765541826f3da91773e01ff56b403ca539 Mon Sep 17 00:00:00 2001 From: Bob Perciaccante Date: Mon, 6 Oct 2025 14:16:26 -0400 Subject: [PATCH 3/4] Update src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/partners/intune.mdx Co-authored-by: Max Phillips --- .../warp/deployment/mdm-deployment/partners/intune.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/partners/intune.mdx b/src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/partners/intune.mdx index 46d5d4257d7f93..e5956ab228e1e8 100644 --- a/src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/partners/intune.mdx +++ b/src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/partners/intune.mdx @@ -25,8 +25,7 @@ To deploy WARP on Windows using Intune: 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: +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" ``` From b6638b33cb6dea93d1a9eb86fda5de4046d08399 Mon Sep 17 00:00:00 2001 From: Bob Perciaccante Date: Mon, 6 Oct 2025 14:16:39 -0400 Subject: [PATCH 4/4] Update src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/partners/intune.mdx Co-authored-by: Max Phillips --- .../warp/deployment/mdm-deployment/partners/intune.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/partners/intune.mdx b/src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/partners/intune.mdx index e5956ab228e1e8..2c7549b175b41e 100644 --- a/src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/partners/intune.mdx +++ b/src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/partners/intune.mdx @@ -21,8 +21,8 @@ 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_.msi` installer you downloaded previously. 6. Select **OK**. -7. Select **No** for "Run this script using the logged on credentials". -8. Select **No** for "Enforce script signature check". +7. For **Run this script using the logged on credentials**, choose _No_. +8. For **Enforce script signature check**, choose _No_. 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: