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.

link|improve this question

0% accept rate
feedback

1 Answer

You would need to preface the group name with the domain: domain.com/group

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.