Skip to content

Commit 04c90e7

Browse files
committed
update switch org examples
1 parent c1eb377 commit 04c90e7

File tree

1 file changed

+5
-49
lines changed

1 file changed

+5
-49
lines changed

src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/switch-organizations.mdx

Lines changed: 5 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,9 @@ To enable multiple organizations, administrators need to modify their [MDM file]
3939

4040
An MDM file supports a maximum of 25 configurations. The following example includes three configurations.
4141

42-
<Tabs>
42+
### XML
4343

44-
<TabItem label="Windows">
45-
46-
```xml
44+
```xml title="mdm.xml"
4745
<dict>
4846
<key>configs</key>
4947
<array>
@@ -75,56 +73,14 @@ An MDM file supports a maximum of 25 configurations. The following example inclu
7573
</dict>
7674
```
7775

78-
</TabItem>
79-
80-
<TabItem label="macOS">
81-
82-
**plist**
76+
### plist
8377

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.
8579

86-
**mobileconfig**
80+
### mobileconfig
8781

8882
[Download](/cloudflare-one/static/mdm/multiple-orgs/CloudflareWARP.mobileconfig) an example `.mobileconfig` file.
8983

90-
</TabItem>
91-
92-
<TabItem label="Linux">
93-
94-
```xml
95-
<dict>
96-
<key>configs</key>
97-
<array>
98-
<dict>
99-
<key>organization</key>
100-
<string>mycompany</string>
101-
<key>display_name</key>
102-
<string>Production environment</string>
103-
</dict>
104-
<dict>
105-
<key>organization</key>
106-
<string>mycompany</string>
107-
<key>override_api_endpoint</key>
108-
<string>203.0.113.0</string>
109-
<key>override_doh_endpoint</key>
110-
<string>203.0.113.0</string>
111-
<key>override_warp_endpoint</key>
112-
<string>203.0.113.0:0</string>
113-
<key>display_name</key>
114-
<string>China employees</string>
115-
</dict>
116-
<dict>
117-
<key>organization</key>
118-
<string>test-org</string>
119-
<key>display_name</key>
120-
<string>Test environment</string>
121-
</dict>
122-
</array>
123-
</dict>
124-
```
125-
126-
</TabItem> </Tabs>
127-
12884
## Switch organizations in WARP
12985

13086
<Tabs> <TabItem label="Windows, macOS, and Linux">

0 commit comments

Comments
 (0)