From 8dd4c2dabceb578d8b6bb8a98f1b85fa0f4f41be Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Tue, 10 Oct 2023 18:04:07 +0100 Subject: [PATCH] Update mosyle-attributes.sh --- Helpers/mosyle-attributes.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Helpers/mosyle-attributes.sh b/Helpers/mosyle-attributes.sh index 4a87ecc..1547dc5 100644 --- a/Helpers/mosyle-attributes.sh +++ b/Helpers/mosyle-attributes.sh @@ -1,5 +1,11 @@ echo -echo +echo + +echo Self Service Version: +defaults read /Applications/Self-Service.app/Contents/Info CFBundleShortVersionString + +echo +echo #KERNELPANICS PanicLogCount=$(/usr/bin/find /Library/Logs/DiagnosticReports -Btime -7 -name *.panic | grep . -c) /bin/echo Kernel Panics Logged":" "$PanicLogCount"