|
| |||||||||
| Tags: adding, admins, group, groupuser, local, workstations |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Adding group/user to local Admins group on all workstations?
Somewhat related to my previous post, can anyone recommend how to add an AD group/user to the local administrators group for all workstations (XP/2000) in a domain? I imagine it would be via Group Policy but I welcome any suggestions. Thank you. |
|
#2
| |||
| |||
| Re: Adding group/user to local Admins group on all workstations?
Howdie! Barkley Bees schrieb: > Somewhat related to my previous post, can anyone recommend how to add an AD > group/user to the local administrators group for all workstations (XP/2000) > in a domain? I imagine it would be via Group Policy but I welcome any > suggestions. Thank you. Restricted Groups is what you're looking for: http://www.frickelsoft.net/blog/?p=13 cheers, Florian -- Microsoft MVP - Windows Server - Group Policy. eMail: prename [at] frickelsoft [dot] net. blog: http://www.frickelsoft.net/blog. Use a newsreader! http://www.frickelsoft.net/news.html |
|
#3
| |||
| |||
| Re: Adding group/user to local Admins group on all workstations?
You could use the restricted user group gpo setting computer configuration \ windows settings \ restricted groups group = your group to be made local admins member of = BUILTIN\Administrators http://www.windowsecurity.com/articl...ed-Groups.html http://www.microsoft.com/technet/pro...a15c18f6a.mspx http://www.microsoft.com/resources/d...ictgroups.mspx There is absolutely nothing that has to be done on the client side. Create the gpo in the ou where the Computers reside (NOT the users), go to computer configuration/windows settings/security settings/restricted groups, right click on restricted groups and select new group (For the local computers, this group name should be - administrators) and key in the group you want auto populated. Select add on the Members of this group and then add the members you want populated. Note: Be aware that the higher you place this setting within the domains group policy the possibility exists it is applied to machines you may not want it applied to. With this in mind you should try and avoid this setting at the domain level, with the exception on the domain admins group. We have some users who are local admins on machines and for some reason they feel compelled to remove the domain admins from their local administrators group. Setting this at the domain level manages these annoying users. -- Paul Bergson MVP - Directory Services MCT, MCSE, MCSA, Security+, BS CSci 2008, 2003, 2000 (Early Achiever), NT4 http://www.pbbergs.com Please no e-mails, any questions should be posted in the NewsGroup This posting is provided "AS IS" with no warranties, and confers no rights. "Barkley Bees" <barkbees@nomail.com> wrote in message news:OpEnXnsmIHA.4712@TK2MSFTNGP04.phx.gbl... > Somewhat related to my previous post, can anyone recommend how to add an > AD group/user to the local administrators group for all workstations > (XP/2000) in a domain? I imagine it would be via Group Policy but I > welcome any suggestions. Thank you. > |
|
#4
| |||
| |||
| Re: Adding group/user to local Admins group on all workstations?
Thanks for the informative pointers Paul. I have one more question on this matter. I read on technet that the restricted group policy will overwrite existing group permissions on computer with this GPO applied. So, I imagine that in addition to the group we want to add, we should have the 'domain admins' group included in the policy. Also, in our case we allow users to have local admin rights on their own machines (belive it or not) so how could we implement this without it overwriting and removing them from their local Administrators group? I imagine that if we need to do this the restricted groups policy may not be the best route for us? "Paul Bergson [MVP-DS]" <pbergson@allete_nospam.com> wrote in message news:Owd%23HlwmIHA.2328@TK2MSFTNGP03.phx.gbl... > You could use the restricted user group gpo setting > > > computer configuration \ windows settings \ restricted groups > > group = your group to be made local admins > member of = BUILTIN\Administrators > > > > http://www.windowsecurity.com/articl...ed-Groups.html > > http://www.microsoft.com/technet/pro...a15c18f6a.mspx > > http://www.microsoft.com/resources/d...ictgroups.mspx > > > There is absolutely nothing that has to be done on the client side. > > Create the gpo in the ou where the Computers reside (NOT the users), go to > computer configuration/windows settings/security settings/restricted > groups, right click on restricted groups and select new group (For the > local computers, this group name should be - administrators) and key in > the group you want auto populated. Select add on the Members of this > group and then add the members you want populated. > > Note: Be aware that the higher you place this setting within the domains > group policy the possibility exists it is applied to machines you may not > want it applied to. With this in mind you should try and avoid this > setting at the domain level, with the exception on the domain admins > group. We have some users who are local admins on machines and for some > reason they feel compelled to remove the domain admins from their local > administrators group. Setting this at the domain level manages these > annoying users. > > > -- > Paul Bergson > MVP - Directory Services > MCT, MCSE, MCSA, Security+, BS CSci > 2008, 2003, 2000 (Early Achiever), NT4 > > http://www.pbbergs.com > > Please no e-mails, any questions should be posted in the NewsGroup > This posting is provided "AS IS" with no warranties, and confers no > rights. > > "Barkley Bees" <barkbees@nomail.com> wrote in message > news:OpEnXnsmIHA.4712@TK2MSFTNGP04.phx.gbl... >> Somewhat related to my previous post, can anyone recommend how to add an >> AD group/user to the local administrators group for all workstations >> (XP/2000) in a domain? I imagine it would be via Group Policy but I >> welcome any suggestions. Thank you. >> > > |
|
#5
| |||
| |||
| Re: Adding group/user to local Admins group on all workstations?
The overwrite / replace all membership behavior is what happens when one used the Member list after naming the group whose members is to be controlled. Here one names the group to be made a member and name the group in which it should be a member in the MemberOf list, and there is no total overwrite/replace. Roger "Barkley Bees" <barkbees@nomail.com> wrote in message news:u2I9i43nIHA.4864@TK2MSFTNGP05.phx.gbl... > Thanks for the informative pointers Paul. I have one more question on this > matter. I read on technet that the restricted group policy will overwrite > existing group permissions on computer with this GPO applied. So, I > imagine that in addition to the group we want to add, we should have the > 'domain admins' group included in the policy. > > Also, in our case we allow users to have local admin rights on their own > machines (belive it or not) so how could we implement this without it > overwriting and removing them from their local Administrators group? I > imagine that if we need to do this the restricted groups policy may not be > the best route for us? > > > "Paul Bergson [MVP-DS]" <pbergson@allete_nospam.com> wrote in message > news:Owd%23HlwmIHA.2328@TK2MSFTNGP03.phx.gbl... >> You could use the restricted user group gpo setting >> >> >> computer configuration \ windows settings \ restricted groups >> >> group = your group to be made local admins >> member of = BUILTIN\Administrators >> >> >> >> http://www.windowsecurity.com/articl...ed-Groups.html >> >> http://www.microsoft.com/technet/pro...a15c18f6a.mspx >> >> http://www.microsoft.com/resources/d...ictgroups.mspx >> >> >> There is absolutely nothing that has to be done on the client side. >> >> Create the gpo in the ou where the Computers reside (NOT the users), go >> to computer configuration/windows settings/security settings/restricted >> groups, right click on restricted groups and select new group (For the >> local computers, this group name should be - administrators) and key in >> the group you want auto populated. Select add on the Members of this >> group and then add the members you want populated. >> >> Note: Be aware that the higher you place this setting within the domains >> group policy the possibility exists it is applied to machines you may not >> want it applied to. With this in mind you should try and avoid this >> setting at the domain level, with the exception on the domain admins >> group. We have some users who are local admins on machines and for some >> reason they feel compelled to remove the domain admins from their local >> administrators group. Setting this at the domain level manages these >> annoying users. >> >> >> -- >> Paul Bergson >> MVP - Directory Services >> MCT, MCSE, MCSA, Security+, BS CSci >> 2008, 2003, 2000 (Early Achiever), NT4 >> >> http://www.pbbergs.com >> >> Please no e-mails, any questions should be posted in the NewsGroup >> This posting is provided "AS IS" with no warranties, and confers no >> rights. >> >> "Barkley Bees" <barkbees@nomail.com> wrote in message >> news:OpEnXnsmIHA.4712@TK2MSFTNGP04.phx.gbl... >>> Somewhat related to my previous post, can anyone recommend how to add an >>> AD group/user to the local administrators group for all workstations >>> (XP/2000) in a domain? I imagine it would be via Group Policy but I >>> welcome any suggestions. Thank you. >>> >> >> > > |
|
#6
| |||
| |||
| Adding a local user station to itīs Admins group on a workstations?
DOMAIN |___OU#1 |___OU#2 |_hepdesk on the helpdes OU we have the following GPO restricted group > on "member of this group" / grup name = administrators (local group) we added the following group "it_support" where the it_support becomes the local administrator of the local station after log on but on this machine exists one local user called "helpdesk" who needs to log as administrator , how can I solve this? (how can I set up this user to log on this station with administratorīs privileges? regards, |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Adding group/user to local Admins group on all workstations?" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| adding another domain user as domain admins group | study | Active Directory | 7 | 19-07-2010 07:57 PM |
| Add domain user\group to local admin group problem | DangerMaus | Active Directory | 12 | 16-10-2009 10:30 PM |
| Group being added to Local Admins (Workstations) that shouldn't | Kit | Active Directory | 3 | 07-03-2009 01:41 AM |
| GPO Restricted Group for 'Local Admins' | Cosmo | Active Directory | 9 | 25-02-2009 05:56 AM |
| Problem adding local user to local group or deleting local user | fkitzmann | Window 2000 Help | 4 | 16-02-2008 08:32 AM |