From 91757d6991d32a0d4a849ae3fea443248e9b583a Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Thu, 25 Apr 2024 10:01:29 +0100 Subject: [PATCH] Update mosyle-attributes.sh --- Helpers/mosyle-attributes.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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}'