CIS-Reporting

github.com/mvdbent/CIS-Reporting While i was working with Jamf’s CIS Benchmark, Script and Configuration Profile Remediation tool, I had the feeling there was missing a overview with compleet reporting. You can find some info by the device record in Jamf, however this was only for the Non-compliant items. To expand the Jamf Proffessional Services CIS for macOS Catalina - Script and Configuration Profile Remediation, I created the 4_Security_Report.sh. Usage/Requirements This script is tested on macOS Big Sur 11....

January 8, 2021 · 2 min

Securely Store Passwords

Securely store Passwords into the macOS Keychain Why put cleartext passwords in scripts, when we can use the macOS Keychain to securely store this information for us. How to have a easy way to include this into your scripts, so we can have a placeholder for the password rather then leaking this password within the script. How to We are going to add an PASSWORD into the macOS Keychain with the security command....

September 4, 2020 · 2 min