How to add domain user to local admin group?

  • Thread starter Thread starter Carlton Whitmore
  • Start date Start date
C

Carlton Whitmore

I need to add a domain user to the admin group on the
local domain for his PC. How can I do that remotely? I'm
able to manage his PC, but if I go to users and groups it
doesn't prompt me for the domain name. I've don't this
before, where the heck is it?
Carlton.
 
Computer Management|System Tools|Local Users and
Groups|Groups|Administrators|Add, then use "Location" to select a user from
the domain.
 
That did it. Thanks.
-----Original Message-----
Computer Management|System Tools|Local Users and
Groups|Groups|Administrators|Add, then use "Location" to select a user from
the domain.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft MVP [Windows NT/2000 Operating Systems]

Carlton Whitmore said:
I need to add a domain user to the admin group on the
local domain for his PC. How can I do that remotely? I'm
able to manage his PC, but if I go to users and groups it
doesn't prompt me for the domain name. I've don't this
before, where the heck is it?
Carlton.


.
 
Depending on the OS, (I'll assume Windows 2000 Professional joined to your
domain), you will want to go to "Local Users and Groups" and then select
"Groups" then select "Administrators" and then add. If the system is
joined to the domain, you should be able to click on add and resolve the
username you wish to add.

- Bill Curtis [MSFT]
“This posting is provided "AS IS" with no warranties, and confers no
rights.”
 
If you install PStools from sysinternals you can do it by using this
command

psexec \\Computername net localgroup administrators domain\domainuser
/add


regards
Johan Arwidmark

Windows User Group - Nordic
http://wug.lutteman.se
 
Back
Top