You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/partners/intune.mdx
+59-1Lines changed: 59 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,4 +44,62 @@ Intune allows you to insert [predefined variables](https://learn.microsoft.com/e
44
44
45
45
## Android
46
46
47
-
Refer to the [generic instructions for Android](/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/#android).
47
+
1. Log in to your Microsoft Intune account.
48
+
2. Go to **Apps** > **Android** >**Add**.
49
+
3. In **App type**, select _Managed Google Play app_.
50
+
4. Add the **Cloudflare One Agent** app from the Google Play store. Its application ID is `com.cloudflare.cloudflareoneagent`.
51
+
5. Go to **Apps** > **App Configuration policies** > **Add**.
52
+
6. Select _Managed devices_.
53
+
7. In **Name**, enter `Cloudflare One Agent`.
54
+
8. For **Platform**, select _Android Enterprise_.
55
+
9. Choose your desired **Profile Type**.
56
+
10. For **Targeted app**, select **Cloudflare One Agent**. Select **Next**.
57
+
11. For **Configuration settings format**, select _Enter JSON data_. Enter your desired [deployment parameters](/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/parameters/) in the `managedProperty` field. For example:
Alternatively, if you do not want to copy/paste the JSON data, you can change **Configuration settings format** to _Use configuration designer_ and manually configure each deployment parameter.
95
+
96
+
Once you have configured the deployment parameters, select **Next**.
97
+
98
+
12. Assign users or groups to this policy and select **Next**.
99
+
13. Save the app configuration policy.
100
+
14. Assign users or groups to the application:
101
+
1. Go to **Apps** > **Android** > **Cloudflare One Agent** > **Manage Properties**.
102
+
2. Select **Edit** and add users or groups.
103
+
3. Select **Review + save** > **Save**.
104
+
105
+
Intune will now deploy the Cloudflare One Agent to user devices.
0 commit comments