forked from setup-your-mac/Setup-Your-Mac
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathagdtpolicyarray
137 lines (137 loc) · 5.83 KB
/
agdtpolicyarray
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"steps": [
{
"listitem": "Deployment Prerequisites",
"icon": "https://ics.services.jamfcloud.com/icon/hash_a9d8b9664ed2007a573acc3e9e232a63c16f3a159621a4f3eabd01bcb09fc091",
"progresstext": "Preparing your device for deployment...",
"trigger_list": [
{
"trigger": "AGDTPrepare",
"validation": "None"
}
]
},
{
"listitem": "Rosetta",
"icon": "https://ics.services.jamfcloud.com/icon/hash_8bac19160fabb0c8e7bac97b37b51d2ac8f38b7100b6357642d9505645d37b52",
"progresstext": "Rosetta enables a Mac with Apple silicon to use apps built for a Mac with an Intel processor.",
"trigger_list": [
{
"trigger": "AGDTRosetta2",
"validation": "None"
},
{
"trigger": "rosetta",
"validation": "Local"
}
]
},
{
"listitem": "FileVault Disk Encryption",
"icon": "https://ics.services.jamfcloud.com/icon/hash_f9ba35bd55488783456d64ec73372f029560531ca10dfa0e8154a46d7732b913",
"progresstext": "FileVault is built-in to macOS and provides full-disk encryption to help prevent unauthorized access to your Mac.",
"trigger_list": [
{
"trigger": "filevault",
"validation": "Local"
}
]
},
{
"listitem": "Trellix Endpoint Security",
"icon": "https://use2.ics.services.jamfcloud.com/icon/hash_a240d71df8bfb54da50e0eb8cd46ad3d1c40cbe195c0b5cde0f91f9bebd95603",
"progresstext": "Trellix is the UC-approved Endpoint Security software to help prevent, detect, and respond to advanced threats.",
"trigger_list": [
{
"trigger": "AGDTTrellix",
"validation": "/Applications/FireEye Helper.app/Contents/Info.plist"
}
]
},
{
"listitem": "Microsoft Office 365",
"icon": "https://ics.services.jamfcloud.com/icon/hash_9b1386b1a76e3b2efb25fa1dec03c92682d47f26371ef7e1189d98cb2fc0a4b9",
"progresstext": "Microsoft Office 365 is a productivity suite including Word, Excel, PowerPoint, Outlook, and more.",
"trigger_list": [
{
"trigger": "AGDTOffice",
"validation": "/Applications/Microsoft Word.app/Contents/Info.plist"
}
]
},
{
"listitem": "Google Chrome",
"icon": "https://ics.services.jamfcloud.com/icon/hash_202a28c135994883cd5745ad28ca86c3717d64751b5bf20e67258ec5f8f45350",
"progresstext": "Google Chrome is a browser that combines a minimal design with sophisticated technology to make the Web faster.",
"trigger_list": [
{
"trigger": "AGDTChrome",
"validation": "/Applications/Google Chrome.app/Contents/Info.plist"
}
]
},
{
"listitem": "Mozilla Firefox",
"icon": "https://ics.services.jamfcloud.com/icon/hash_5e5d2ac307c02999a3fb02455c0b00c4edaaa891f534fa72d3f1d14d8954e283",
"progresstext": "Mozilla Firefox is another browser that combines a minimal design with sophisticated technology to make the Web faster.",
"trigger_list": [
{
"trigger": "AGDTFirefox",
"validation": "/Applications/Firefox.app/Contents/Info.plist"
}
]
},
{
"listitem": "Zoom",
"icon": "https://ics.services.jamfcloud.com/icon/hash_92b8d3c448e7d773457532f0478a428a0662f694fbbfc6cb69e1fab5ff106d97",
"progresstext": "Zoom is a video conferencing software program developed by Zoom Video Communications.",
"trigger_list": [
{
"trigger": "AGDTZoom",
"validation": "/Applications/zoom.us.app/Contents/Info.plist"
}
]
},
{
"listitem": "Department Actions",
"icon": "https://ics.services.jamfcloud.com/icon/hash_6094bee1b23e92f36c245c216cace84a3875b50577f07637433d58118d0fafa4",
"progresstext": "Running actions specific to your department...",
"trigger_list": [
{
"trigger": "deploy",
"validation": "None"
}
]
},
{
"listitem": "Finalize Deployment",
"icon": "https://ics.services.jamfcloud.com/icon/hash_00d7c19b984222630f20b6821425c3548e4b5094ecd846b03bde0994aaf08826",
"progresstext": "Finalizing the AGDT Jamf Pro Configuration...",
"trigger_list": [
{
"trigger": "AGDTFinalize",
"validation": "None"
},
{
"trigger": "finalConfiguration",
"validation": "None"
},
{
"trigger": "reconAtReboot",
"validation": "None"
}
]
},
{
"listitem": "Update Inventory",
"icon": "https://ics.services.jamfcloud.com/icon/hash_ff2147a6c09f5ef73d1c4406d00346811a9c64c0b6b7f36eb52fcb44943d26f9",
"progresstext": "A listing of your Mac’s apps and settings — its inventory — is sent automatically to the Jamf Pro server daily.",
"trigger_list": [
{
"trigger": "recon",
"validation": "recon"
}
]
}
]
}