I see Carl Ashley is no longer supported. Though I would have a go
getting ideas from other people in the thread. This is what I came up
with for Mandatory loops and the same can be done for all sounds.
Feedback always welcome :-)#!/bin/sh # # # Crea...
Hi, I'm everpeicanceign the same issue. Script works great and have a
nice GUI dropdown for the user to select which printer they want.
However when it gets added via the ipp2ppd command it installs it with a
Unknown-AirPrint and functions are limite...
My organization wasn't too keen on putting the details in a google sheet
so I ended up writing a script to create a CSV. Then do the remaining
steps. Here is an example, hope this helps anyone in a similar
situation. cat << 'EOF' >/tmp/Mac_Computer_N...
Hello, I have been playing around and come up with this. Feel free to
tweak for your environment. #!/bin/bash JHELPER="/Library/Application
Support/JAMF/bin/jamfHelper.app/Contents/MacOS/jamfHelper" USERNAME=$(ls
-l /dev/console | awk '{print $3}') c...