I had this login script working great
#!/bin/sh
dscl . append /Groups/admin GroupMembership $3
It would make users from AD admin on computers so they are able to install software at home.
Now it has stopped working and no idea why.
Any thoughts??
Thanks
