@davidi4 if you mean multiple users on a single Mac, I would do this.
The following directory structure is assumed: |-- scripts/ |-- users.sh
|-- set-user-image.sh |-- images/ |-- giraffe.jpg First, create a script
named users.sh like so: #!/usr/bin/...
A script I put together based on joshuasee's comment in this thread way
back in 2014. Tested with Mojave, Catalina and Big Sur developer beta 9.
GitHub repo at macos-user-image.
Here in 2018 running macOS 10.13.3 and the solution posted in this
thread by @joshuasee way back in 2014 is the only one that comes close
to working. On the first line I had to add
dsAttrTypeStandard:PrimaryGroupID after dsAttrTypeStandard:UniqueID a...