restricted groups - adding to members

for a long time, it's been thought that restricted groups in a group policy would only perform a wipe and replace of members of a local group. let's dispel this myth. what seems to be fairly unknown is that restricted groups is capable of adding members to a group without removing the existing members. for instance, let's assume we have a group called MyGroupA that needs to be in the administrators group of a set of workstations. there are two methods we can do this. the first, you're probably familiar with, which is to replace anything in the administrators group with a new set of groups or users. where is this useful? if you want to make sure that any accounts that are mysteriously added to the local admins group are removed and replaced with your set of users/groups, use this method. i won't elaborate on this since this is fairly common and understood. the other method is adding users/groups to local admins without removing the users/groups that exist. back to MyGroupA. here's how to set it up.
  1. open up the group policy you want to effect
  2. under computer configuration, navigate to windows settings\security settings
  3. locate the restricted groups folder. right-click on the folder and choose add group...
  4. add in the group - domain\MyGroupA, for instance
  5. in the configure membership for dialog, there are two panes. in the bottom pane labeled this group is a member of, click add
  6. type in administrators. click ok
  7. click ok to close the dialog
that's it. now refresh the policy on a workstation. it should have added the group specified into the administrators group.

Comments

  1. dude. i didn't know that. i am at your feet. - matthew

    ReplyDelete
  2. Check this out for some issues we have seen

    http://support.microsoft.com/default.aspx?kbid=810076

    ReplyDelete

Post a Comment