Can't add domain users to a local admin group

E

Elaine Koyama

`
On a Win XP Pro tablet, I am unable to add a domain user to the local admin
group. When I go to Local Users and Groups and open the Administrators
Group and press the add button, I'm unable to choose my domain in the
Locations field and thus unable to choose my domain user. It only displays
the local computer name. How can I choose a location that is the domain
rather than the local computer?

Thanks,
Scot
(e-mail address removed)
 
S

Shenan Stanley

Elaine said:
On a Win XP Pro tablet, I am unable to add a domain user to the local
admin group. When I go to Local Users and Groups and open the
Administrators Group and press the add button, I'm unable to choose
my domain in the Locations field and thus unable to choose my domain
user. It only displays the local computer name. How can I choose a
location that is the domain rather than the local computer?

Assuming the PC is a member of said domain, have you tried "net localgroup"
at the command line?

For example..

net localgroup administrators "DOMAIN\username" /add

or

net localgroup "Power Users" "DOMAIN\username" /add

If you then want to see who is a member of the administrators group - from
the command line - you can do this:

net localgroup administrators
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top