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/switch-organizations.mdx
+58-52Lines changed: 58 additions & 52 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,32 +44,35 @@ An MDM file supports a maximum of 25 configurations. The following example inclu
44
44
<TabItemlabel="Windows">
45
45
46
46
```xml
47
-
<array>
48
-
<dict>
49
-
<key>organization</key>
50
-
<string>mycompany</string>
51
-
<key>display_name</key>
52
-
<string>Production environment</string>
53
-
</dict>
54
-
<dict>
55
-
<key>organization</key>
56
-
<string>mycompany</string>
57
-
<key>override_api_endpoint</key>
58
-
<string>203.0.113.0</string>
59
-
<key>override_doh_endpoint</key>
60
-
<string>203.0.113.0</string>
61
-
<key>override_warp_endpoint</key>
62
-
<string>203.0.113.0:2408</string>
63
-
<key>display_name</key>
64
-
<string>Cloudflare China network</string>
65
-
</dict>
66
-
<dict>
67
-
<key>organization</key>
68
-
<string>test-org</string>
69
-
<key>display_name</key>
70
-
<string>Test environment</string>
71
-
</dict>
72
-
</array>
47
+
<dict>
48
+
<key>configs</key>
49
+
<array>
50
+
<dict>
51
+
<key>organization</key>
52
+
<string>mycompany</string>
53
+
<key>display_name</key>
54
+
<string>Production environment</string>
55
+
</dict>
56
+
<dict>
57
+
<key>organization</key>
58
+
<string>mycompany</string>
59
+
<key>override_api_endpoint</key>
60
+
<string>203.0.113.0</string>
61
+
<key>override_doh_endpoint</key>
62
+
<string>203.0.113.0</string>
63
+
<key>override_warp_endpoint</key>
64
+
<string>203.0.113.0:2408</string>
65
+
<key>display_name</key>
66
+
<string>Cloudflare China network</string>
67
+
</dict>
68
+
<dict>
69
+
<key>organization</key>
70
+
<string>test-org</string>
71
+
<key>display_name</key>
72
+
<string>Test environment</string>
73
+
</dict>
74
+
</array>
75
+
</dict>
73
76
```
74
77
75
78
</TabItem>
@@ -89,32 +92,35 @@ An MDM file supports a maximum of 25 configurations. The following example inclu
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/windows-multiuser.mdx
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,11 +37,17 @@ To enable multi-user support on Windows, [deploy an MDM file](/cloudflare-one/co
0 commit comments