@@ -11,6 +11,7 @@ Requirements:
11
11
* EA's: EA-MakeMeAdmin_ComplianceCheck.py
12
12
13
13
Written By: Joshua Roskos | Professional Services Engineer | Jamf
14
+
14
15
Created On: June 20th, 2017 | Updated On: June 22nd, 2017
15
16
___
16
17
@@ -20,22 +21,27 @@ This workflow has long been used by many organizations, however one issue always
20
21
21
22
22
23
** Implementation**
24
+
23
25
** Step 1 - Configure the Scripts**
26
+
24
27
When you open the scripts you will find some user variables that will need to be defined as specified below:
25
28
* grantTempAdmin.py - Lines 66-72
26
29
* removeTempAdmin.py - Lines 66-70
27
30
* EA-MakeMeAdmin_ComplianceCheck.py - Lines 5-6
28
31
29
32
** Step 2 - Upload the EA**
33
+
30
34
* Display Name: MakeMeAdmin - Compliance Status
31
35
* Data Type: String
32
36
* Inventory Display: {Your Choice}
33
37
* Input Type: Script
34
38
* Script: {Paste Contents of EA-MakeMeAdmin_ComplianceCheck.py}
35
39
36
40
** Step 3 - Configure the Smart Group**
37
- * Create a Smart Group named "MakeMeAdmin - Violations" and ensure "Send email notification on membership change" is enabled.
38
- | And/Or | Criteria | Operator | Value |
39
- | -------- | --------------------------------- | ---------------- | ------------- |
40
- | | MakeMeAdmin - Compliance Status | is not | Compliant |
41
+
42
+ * Create a Smart Group named "MakeMeAdmin - Violations" and ensure "Send email notification on membership change" is enabled.*
43
+
44
+ | And/Or | Criteria | Operator | Value |
45
+ | :---: | :---: | :---: | :---: |
46
+ | | MakeMeAdmin - Compliance Status | is not | Compliant |
41
47
0 commit comments