We’re launching free support for BYOD Android devices and looking for early feedback. Interested?
The query allows you to check macOS systems for local administrator accounts.
To learn more about queries, check this guide.
SELECT uid, username, type FROM users u JOIN groups g ON g.gid = u.gid;
dscl . -read /Groups/admin GroupMembership
PowerShell commands are currently work in progress, contributions welcome.
Bash commands for macOS are currently work in progress, contributions welcome.