From c40cc490395a7c370e2df59d64f60b6c301bbc2f Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Tue, 28 Sep 2021 12:04:51 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7fe335b..8748e84 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,9 @@ Scripts in this repository are designed to be run from MDM Self Service or from This script is designed to stop Spotlight indexing, clear the indexing cache at the root level and then restart indexing. ##### Command to execute: `To be Added` + +## fix-printer-lpadmin.sh +#### Fix Mac Printer Permissions +This script is designed to add everyone to the lpadmin group to prevent admin pop up when user trying to print. +##### Command to execute/add to MDM: +`sudo curl -o /tmp/fix-printer-lpadmin.sh https://raw.githubusercontent.com/PurpleComputing/troubleshooting/main/fix-printer-lpadmin.sh && sudo chmod +x /tmp/fix-printer-lpadmin.sh && sudo /tmp/fix-printer-lpadmin.sh`