forked from jontowles/MacScripts
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathEnterpriseConnect
More file actions
51 lines (51 loc) · 1.24 KB
/
EnterpriseConnect
File metadata and controls
51 lines (51 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<dict>
<key>PayloadDisplayName</key>
<string>Enterprise Connect Settings</string>
<key>PayloadEnabled</key>
<true/>
<key>PayloadIdentifier</key>
<string>com.apple.Enterprise-Connect.UUID</string>
<key>PayloadType</key>
<string>com.apple.Enterprise-Connect</string>
<key>PayloadUUID</key>
<string>UUID</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>adRealm</key>
<string>test.com</string>
<key>managedshares</key>
<array>
<dict>
<key>path</key>
<string>smb://share/airwatch</string>
</dict>
<dict>
<key>path</key>
<string>smb://share/mdm</string>
</dict>
<dict>
<key>path</key>
<string>smb://share/o365</string>
</dict>
</array>
<key>mountNetworkHomeDirectory</key>
<false/>
<key>orgLogoPath</key>
<string>/usr/local/ec.png</string>
<key>preferredDC</key>
<string>dc01.test.com</string>
<key>shareMountWaitSeconds</key>
<integer>30</integer>
<key>pwReqComplexity</key>
<true/>
<key>pwReqComplexityDisableUnicode</key>
<true/>
<key>pwReqHistoryCount</key>
<integer>5</integer>
<key>pwReqLength</key>
<integer>7</integer>
<key>pwReqMinimumPassword-Age</key>
<integer>1</integer>
<key>syncLocalPassword</key>
<true/>
</dict>