ScottEKendall
Friday
New Contributor III

Joined: September 2024

User Statistics

  • 31 Posts
  • 0 Solutions
  • 1 Kudos given
  • 38 Kudos received

User Activity

borrowed the script from @bwoods and put some nice Swift Dialog UI on it. Gives user notification of what is about to happen and notifications along the way. #!/bin/zsh #################################################################################...
Back at again with another script that has been useful in our company. Before I took over as Mac admin, the users were creating their IDs with their employee# vs their first.last name. As such we have a mixture of systems with incorrect UserID, so I ...
Hello all, Been busy lately...this time I created a system script to display nicely formatted Swift Dialog notifications that you can deploy to scoped users., includes timers, and images if you want. #!/bin/zsh # # Written by: Scott E. Kendall # # Cr...
Created a simple log viewer that the end users can run and optionally email log contents. Nothing fancy, but might come in handy... #!/bin/zsh # # Log Viewer # # Created by: Scott Kendall # Created on: 01/29/25 # Last Modified: 01/29/25 # # Expected ...
Greetings Jamf Nation! I have been woking on a more comprehensive Falcon repair script to assist in detecting and/or trying to repair any potential issues found in the sensors. This is strictly a WIP and I would love to get everyone's feedback on ide...