> the protogenLabs notebook » reading full entry…

Jul
15

Adding domain users to the local admin group in Vista

» posted 573 days ago @ 10:48 PM by George Merlocco in Technology / ASPNET

post this to Digg
share this on Facebook
post this to del.icio.us
post this to Ma.gnolia
post this to Technorati
post this to Reddit
post this to Windows Live
post this to StumbleUpon
post this to Google Bookmarks

Recently a client of mine adopted 2 new Vista laptops for use in the office domain which is run by a Win2k3 Server box. Many powerful features are available when a computer/user is joined to an Active Directory domain. Most of which I won't get into now.

The users of the new Vista laptops did need heightened permissions to install programs and the like, however I still wanted them to remain normal domain users in the AD. In Windows XP it was as easy as logging on as a local admin, running MMC and adding a domain user to the local administrators group. You would be able to browse the AD by selecting the "Locations..." button, however in Vista I found that it would ONLY show the local machine name, with no option to browse the domain which the laptop was joined to.

Anyways, after some hunting around, Manoj Nagpal's Blog lead me to the answer which can be accomplished via this simple CMD string:

net localgroup Administrators /add domain\username

Hopefully you found this quicker than it took me to write it, and your problems are now solved. Remember to run the above command as a user with administrative privileges of course.


comments 7 comments submitted  article's permanent link permalink  add to your social bookmarks bookmark this  hop to the top^ back to top
article tags article tags: , ,

> [7] article comments…

1

George, I am glad it helped.

Cheers
Manoj.

by Manoj Nagpal on 07.18.2008 @ 02:34 AM » #

2

Thanks again Manoj!

by georgeM on 07.18.2008 @ 04:14 PM » #

3

this helped me a lot, thanks

by joe on 09.17.2008 @ 04:11 PM » #

4

Hi,

why don’t you just go to the “User Accounts” applet in Control Panel and choose “Give other users access to this computer” and then add the user from that window? :-)

by faquick on 11.11.2008 @ 09:20 AM » #

5

Perfect, my search lead me here in 20 seconds. Thanks a lot!

by haanw on 11.22.2008 @ 01:55 PM » #

6

Thanks that was very useful for my script.

by Vegard on 12.19.2008 @ 08:59 AM » #

7

Glad this helps a lot of you guys out. Interesting that you used it in a script Vegard. I’m sure in that case, it does come in very handy!

by georgeM on 12.19.2008 @ 04:02 PM » #

> leave a comment?

Name:


E-Mail:


Website:


Comment: