diff --git a/Helpers/mosyle-attributes.sh b/Helpers/mosyle-attributes.sh index 1547dc5..d3bd50c 100644 --- a/Helpers/mosyle-attributes.sh +++ b/Helpers/mosyle-attributes.sh @@ -100,6 +100,18 @@ dscl . list /Users | grep -v "^_" echo echo +echo Last Logins: +last -10 + +echo +echo + +echo Uptime: +uptime + +echo +echo + echo Printers: lpstat -p | awk '{print $2}'