Hi,
I need some help creating a script that grants a AD group that contains the Computername with local admin rights.
All our windows clients got their own AD group which grants local admin rights to the computer.
I want to do the same thing for the mac clients.
The groups are called: SEC-computername-WSADMIN
Guess I need to use the dsconfigad -groups "xxxxxxxxx" command?
But what will the syntax be to use the $computername variable in the group name ?