Update mosyle-attributes.sh

This commit is contained in:
Michael
2024-04-25 10:01:29 +01:00
committed by GitHub
parent 224b1ed0d7
commit 91757d6991

View File

@@ -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}'