> the protogenLabs notebook » reading full entry…
Jul
15
15
Adding domain users to the local admin group in Vista
» posted 573 days ago @ 10:48 PM by George Merlocco in Technology / ASPNET
> [7] article comments…
5
Perfect, my search lead me here in 20 seconds. Thanks a lot!
by haanw on 11.22.2008 @ 01:55 PM » #





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\usernameHopefully 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.