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
+5-49Lines changed: 5 additions & 49 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,11 +39,9 @@ To enable multiple organizations, administrators need to modify their [MDM file]
39
39
40
40
An MDM file supports a maximum of 25 configurations. The following example includes three configurations.
41
41
42
-
<Tabs>
42
+
### XML
43
43
44
-
<TabItemlabel="Windows">
45
-
46
-
```xml
44
+
```xml title="mdm.xml"
47
45
<dict>
48
46
<key>configs</key>
49
47
<array>
@@ -75,56 +73,14 @@ An MDM file supports a maximum of 25 configurations. The following example inclu
75
73
</dict>
76
74
```
77
75
78
-
</TabItem>
79
-
80
-
<TabItemlabel="macOS">
81
-
82
-
**plist**
76
+
### plist
83
77
84
-
[Download](/cloudflare-one/static/mdm/multiple-orgs/com.cloudflare.warp.plist) an example `.plist` file. If placing the file manually, be sure to [convert the file into binary format](/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/#create-plist-file).
78
+
[Download](/cloudflare-one/static/mdm/multiple-orgs/com.cloudflare.warp.plist) an example `.plist` file.
85
79
86
-
**mobileconfig**
80
+
### mobileconfig
87
81
88
82
[Download](/cloudflare-one/static/mdm/multiple-orgs/CloudflareWARP.mobileconfig) an example `.mobileconfig` file.
0 commit comments