diff --git a/src/content/docs/cloudflare-one/team-and-resources/devices/warp/deployment/mdm-deployment/index.mdx b/src/content/docs/cloudflare-one/team-and-resources/devices/warp/deployment/mdm-deployment/index.mdx
index 2dffea85d552505..72d82ba4f27fa18 100644
--- a/src/content/docs/cloudflare-one/team-and-resources/devices/warp/deployment/mdm-deployment/index.mdx
+++ b/src/content/docs/cloudflare-one/team-and-resources/devices/warp/deployment/mdm-deployment/index.mdx
@@ -107,6 +107,8 @@ The WARP client will now launch WebView2 when the user is registering their devi
The WARP client for macOS allows for an automated install via tools like Jamf, Intune, Kandji, or JumpCloud or any script or management tool that can place a `com.cloudflare.warp.plist` file in `/Library/Managed Preferences`. The plist can also be wrapped in a `.mobileconfig`.
+
+
If you do not wish to use a management tool, you can manually place an `mdm.xml` file in `/Library/Application Support/Cloudflare`.
### Prepare file for MDM deployment
diff --git a/src/content/docs/cloudflare-one/team-and-resources/devices/warp/deployment/mdm-deployment/partners/intune.mdx b/src/content/docs/cloudflare-one/team-and-resources/devices/warp/deployment/mdm-deployment/partners/intune.mdx
index 661995efa9a7c45..05ce611acb0d708 100644
--- a/src/content/docs/cloudflare-one/team-and-resources/devices/warp/deployment/mdm-deployment/partners/intune.mdx
+++ b/src/content/docs/cloudflare-one/team-and-resources/devices/warp/deployment/mdm-deployment/partners/intune.mdx
@@ -111,6 +111,8 @@ If you prefer to use Intune's Win32 App tool to run the Powershell script, refer
The following steps outline deploying WARP on macOS using Intune.
+
+
### Prerequisites
- A [Microsoft Intune account](https://login.microsoftonline.com/).
diff --git a/src/content/partials/cloudflare-one/warp/intune-lob-caution.mdx b/src/content/partials/cloudflare-one/warp/intune-lob-caution.mdx
new file mode 100644
index 000000000000000..bc4ac41f79767cc
--- /dev/null
+++ b/src/content/partials/cloudflare-one/warp/intune-lob-caution.mdx
@@ -0,0 +1,3 @@
+:::caution
+Do not deploy WARP via [Intune's line-of-business (LOB) deployment method](https://learn.microsoft.com/en-us/intune/intune-service/apps/lob-apps-macos). This deployment type is not supported. Use [Intune's `.pkg` deployment method](https://learn.microsoft.com/en-us/intune/intune-service/apps/macos-unmanaged-pkg) instead to successfully install the WARP client on macOS.
+:::