Re: Account Operators Group
- From: "Richard Mueller [MVP]" <rlmueller-nospam@xxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 28 May 2008 19:56:23 -0500
"mpatraw_EPIC_Imaging" <mpatrawEPICImaging@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote
in message news:78D612E2-1055-4C02-B0B0-D0A5022E8523@xxxxxxxxxxxxxxxx
I have 5 users in the Account Operators Group. They can administer only a
few of the 250+ user accounts in AD. On the accounts they can administer
the
Account Operators group is listed in the security tab of the user object.
Account Operators is not listed on the security tab of the user objects
which
are not available to administer.
I have 2 questions:
1. How is the Built In group (Account Operators) not listed in the
security
tab of all user objects?
2. Is there an easy fix for this, or a script that I can modify users
security ACE to add account operators group. Keeping in mind I wouldn't
want
to add them to other Built In groups such Exterprise Admins, Domain
Admins,
etc...
When a user object is created, I believe the system adds an ACE that grants
the group BUILTIN\Account Operators full control of the object. The only
explanation I can think of is that someone removed the ACE's. I have never
seen a user object without this ACE, except members of Domain Admins.
A VBScript program can check for the ACE in the DACL of the user, and add it
if it is not found. The technique would be similar to that used in this
example VBScript program that adds ACE's that deny permission for the user
to change their password:
http://www.rlmueller.net/Cannot%20Change%20PW.htm
I have to think about a script for this. One added feature is that you
probably want a script to operate on all users in bulk, but only modify
those without the ACE. I would certainly test on a few users, before running
a script on all users.
Also, the Administrator user does not have this ACE, and should not. I
wonder what other users should not. Even users that are members of the
builtin Administrators have the ACE, but not members of Domain Admins.
Further research is needed, which may be difficult.
--
Richard Mueller
MVP Directory Services
Hilltop Lab - http://www.rlmueller.net
--
.
- Follow-Ups:
- Re: Account Operators Group
- From: Richard Mueller [MVP]
- Re: Account Operators Group
- Prev by Date: Re: FSMO issues
- Next by Date: Re: Account Operators Group
- Previous by thread: FSMO issues
- Next by thread: Re: Account Operators Group
- Index(es):
Relevant Pages
|