I script my printer installation. Saves me the trouble of capturing a
printer, updating it, and uploading. All I have to do is update the
script. #!/bin/bash # -p: Printer Name # -L: printer location # -E:
Enable printer and except print jobs # -v: S...
I'm assuming these user accounts are local and are not a managed domain
bound Macs. If that is the case, then the easiest way to reset a local
user account password is boot the Mac to recovery mode, if you enforce
Filevault then you select Forget all...
If you use Cisco ISE management to manage your VPN, why not use that to
deploy your upgrade? You can configure a update policy with the Cisco
profile so when the user logs into the VPN client it will automatically
update.
This is a bash script I deploy from Jamf to mount DFS shares #!/bin/sh #
Get current logged in usercurUser="$(stat -f"%Su" /dev/console)" # Mount
the drive mount_script=`/usr/bin/osascript > /dev/null << EOTdelay 5tell
application "Finder"mount volum...