The Common Configuration Enumaration (CCE) List provides unique identifiers to security-related system configuration issues in order to improve workflow by facilitating fast and accurate correlation of configuration data across multiple…
How to autofill a column with multiple values 1) Select the range B2:B5000 (or whatever your exact range may be) 2) Press F5 (Go to, Special, Blanks) 3) This should…
Commands; More than 1,000 that can be called from terminal and or scripts /bin /sbin /usr/bin /usr/sbin 3rd Party tools /usr/local/bin/jamf Begin Script with She-Bang (!#) Variables are fill-in the…
#!/bin/bash while [ $( pgrep TextEdit ) ] do echo Waiting for TextEdit to quit. sleep 2 done echo TextEdit has quit. Link: https://www.youtube.com/watch?v=UQs7-N2_35k
NAME sw_vers – print macOS version information SYNOPSIS sw_vers sw_vers -productName sw_vers -productVersion sw_vers -buildVersion DESCRIPTION sw_vers prints macOS version information for the currently running operating system on the local…