NFCC - there are two ways to implement Restricted Groups, one that is destructive and removes all members of a group except the ones you specify, another that is additive.
Destructive: Configure "Administrators" as a Restricted Group. On "This group has the following members..." include the users you want. All other users will be removed from the Administrators group on any computer that this GPO applies to.
Additive (this is what you want): Create a security group called "Deskside Support" and add the appropriate users to it. Configure "Deskside Support" as a Restricted Group. On "This group is a member of the following groups..." add "Administrators." This will add "Deskside Support" to the Administrators group on any computer that this GPO applies to, without removing any other members that are already present.
Main Topics
Browse All Topics





by: JMTshiteyaPosted on 2007-09-18 at 08:02:17ID: 19913464
In order to get the end result you desire, you will need to add the manually added users to the GPO setting that defines members of the local administrators group. The reason for this is that when a GPO is applied to a system, it overrides the local security policy.