File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ When you open the scripts you will find some user variables that will need to be
43
43
44
44
| And/Or | Criteria | Operator | Value |
45
45
| :---: | :---: | :---: | :---: |
46
- | | MakeMeAdmin - Compliance Status | is not | Compliant |
46
+ | | MakeMeAdmin - Compliance Status | Like | Non- Compliant |
47
47
48
48
** Step 4 - Create your policies**
49
49
Original file line number Diff line number Diff line change 100
100
status = { 'Status' :'Non-Compliant' ,
101
101
'newAdmins' :list (newAdmins )}
102
102
plistlib .writePlist (status , workingDir + statusFile )
103
- print 'New Admin Accounts Found - ' + newAdmins
103
+ print 'New Admin Accounts Found - ' + str ( newAdmins )
104
104
os .remove (workingDir + plistFile )
105
105
106
106
if os .path .exists ('/Library/LaunchDaemons/' + launchdFile ):
You can’t perform that action at this time.
0 commit comments