Hi ,
Im able to read members of a AD group with command
dscl "/Active Directory/domainname/All Domains" -read /Groups/ADgroupName | grep -Eo 'CN=[^,]+' | sed 's/CN=//' | sort -V .
How can I add a computer to same group ?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.