LDAP Extension Attribute
https://community.jamf.com/t5/jamf-pro/ldap-extension-attribute/td-p/138005
LDAP Extension Attribute Read More - click »
https://community.jamf.com/t5/jamf-pro/ldap-extension-attribute/td-p/138005
LDAP Extension Attribute Read More - click »
Search for 0 Loaded System Extensions #!/bin/bash result=$( systemextensionsctl list | grep ‘0 extension(s)’ ) echo “<result>$result</result>” exit 0
systemextensionsctl Read More - click »
!/bin/sh echo “$(diskutil info / | awk -F’: ‘ ‘/File System/{print $NF}’ | xargs)”
Extension Attribute to list File System Read More - click »
system_profiler SPiBridgeDataType | awk -F’: ‘ ‘/Model Name:/{print $NF}’ https://community.jamf.com/t5/jamf-pro/extension-attribute-to-track-macs-with-t2-chips/td-p/257507
Is Mac equipped with a T2 security chip? Read More - click »
/Library/NessusAgent/run/sbin/nessuscli agent status https://docs.tenable.com/nessus/Content/NessusCLIAgent.htm Jamf Extension Attribute: This reports the Agents Active status https://gist.github.com/patent-ed/6e3f26c52227554f919e61adc15433fb Link https://community.tenable.com/s/article/Using-Regex-for-searching-in-Tenable-sc-Formerly-SecurityCenter
Check Nessus Agent Status Read More - click »
Lookup user information: dscl . -read /Users/whotolookat NFSHomeDirectory Picture PrimaryGroupID UserShell UniqueID UserShell Jamf Pro Extension Attribute #!/bin/sh actstatus=$(dscl .
List users in Terminal Read More - click »