PC Review


Reply
Thread Tools Rate Thread

Allow lab manager admin rights to group of computers

 
 
=?Utf-8?B?Sm9uUg==?=
Guest
Posts: n/a
 
      27th Sep 2007
I have a computer savvy educator who manages his own lab of computers. These
are on a W2k3 AD domain. All machines run Windows XP. I want to find the
most efficient way to delegate administrator rights on these computers (and
only these computers). The computers are already in an OU.
Sorry if this sounds like a bonehead question... I've just never had to
implement it.
Thanks for your time and suggestions.
Jon
 
Reply With Quote
 
 
 
 
Lanwench [MVP - Exchange]
Guest
Posts: n/a
 
      27th Sep 2007
JonR <(E-Mail Removed)> wrote:
> I have a computer savvy educator who manages his own lab of
> computers. These are on a W2k3 AD domain. All machines run Windows
> XP. I want to find the most efficient way to delegate administrator
> rights on these computers (and only these computers). The computers
> are already in an OU.
> Sorry if this sounds like a bonehead question... I've just never had
> to implement it.
> Thanks for your time and suggestions.
> Jon


Here's my boilerplate on "How do I give a domain user local admin rights?"
.....you can tweak this to apply only to this OU, or use an additional AD
group called "Lab Computer Admins" that does, etc etc etc.

Always use AD security groups and not individual user accounts, when
assiging permissions....

--------------------------------------

Here's what I do:

Set up AD groups called LocalAdmin, LocalPowerUser, RDUser (for Remote
Desktop access)

The batch file would have this:
.........
net localgroup administrators DOMAIN\localadmin /add
net localgroup power users DOMAIN\localpoweruser /add
net localgroup remote desktop users DOMAIN\RDaccess /add
.........

When I set up a new user, I often find I need to add their domain account to
LocalAdmin before I log in as them the first time to customize their
profile/install any sw that must be installed by the user him/herself
....then remove them from the domain LocalAdmin group on the domain when
done.

You can create/link a new GPO at the appropriate OU where your computers
live

Edit the GPO - go to Computer Configuration \ Windows Settings \ Scripts
(startup/shutdown)
Double-click Startup, click Add
Copy the batch file you created to the clipboard, then paste it in the
window here
Exit/apply/ok/finish whatever

All the computers in this OU should have the startup script applied when
they restart, and you can now control all this at the server.




 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Giving admin rights to a subset of computers =?Utf-8?B?TWFydHk=?= Microsoft Windows 2000 Security 12 18th Jan 2006 01:50 AM
How to make so GPO gives all computers in OU admin rights? Brian News Microsoft Windows 2000 Group Policy 1 21st Dec 2005 08:09 PM
Changes made to toolbars disapear when admin rights are removed from users computers gac Microsoft Excel Misc 1 23rd Jun 2004 02:09 PM
admin rights to computers Paul Microsoft Windows 2000 Networking 2 4th May 2004 10:46 PM
Don't have admin rights but I am in admin group John Beavers Windows XP Security 1 30th Jul 2003 06:53 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:06 AM.