Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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 @@ -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`.

<Render file="warp/intune-lob-caution" product="cloudflare-one" />

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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Render file="warp/intune-lob-caution" product="cloudflare-one" />

### Prerequisites

- A [Microsoft Intune account](https://login.microsoftonline.com/).
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
:::