I still had this issue with error 206 for a while in Jamf, although it
would work manually in terminal. Finally found the reason and a fix,
thanks to Theeter. The reason why the assignment tool doesn't work is
because all the TeamViewer processes hav...
I made some adjustments to update the script, gathering the computer
name from dsconfigad. Here's an updated script that is currently working
for us. #!/bin/bash ADuser="$4" ADpass="$5" ADSecurityGroup="$6" # This
will allow an admin to quickly add a...