I know if i want to add a user to a local group in the machine i use : net localgroup administrators username /add
However, I want to add an Active Directory group to the local administrators. The command:
net localgroup administrators groupname /add
does not work.