@brandon.white and I were able to fix this in our organization by
replacing the JAMF mount command with OSX's native mount_afp command:
#!/bin/sh # Mount the drive sudo mkdir /Volumes/ClientLogs mount_afp
"afp://172.20.1.8/ClientLogs" /Volumes/Client...
This happens to us when we manually try to create a user account after
imaging with Casper Imaging. Is there a way to fix this process without
using a script?
I am seeing this error every time I try to create a new user account
after imaging a machine with Casper Imaging. It effectively makes it
impossible to use additional user accounts, other than the ones
specified at the time of imaging. Has JAMF figur...