I inherited this space, and it was already using AD binding. It would
have been very difficult to educate several tens of thousands of
students to suddenly change, so it wasn't anything I actually considered
until you wrote about it above. To go back...
A bit of context:We manage both a computer lab and a checkout program.
In the computer lab, students log in using their university account via
AD. The checkout program, however, uses a generic (admin) account. When
computers are returned after checko...
We are installing XCode using the Mac Apps (i.e. VPP) to keep it updated
automatically. Have you found problems with compatibility by deploying
the CLTs manually?
In the end, this is what worked for us:#!/bin/bash # Source:
https://mikesolin.com/2017/03/14/resolving-a-freezing-problem-on-lab-macs/
# This script deletes local accounts that are older than 1 day. # The 1
day timeframe can be modified (-mtime +1)....