Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Active Directory > Re: Domain Admin groups - users disappear/reappear ???

Reply
Thread Tools Display Modes

Re: Domain Admin groups - users disappear/reappear ???

 
 
Meinolf Weber [MVP-DS]
Guest
Posts: n/a

 
      11-17-2009
Hello JayDee,

There is no automatic adding from users to security groups. Never heard
about. If you would talk abut removed permissions for user that are added
to some builtin groups i would say it belongs to the AdminSDHolder process
running each hour.

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm


> Ok, this is a very interesting observation I have made as a result of
> a simple script I wrote. The objective was to send an email when a
> user is added to or removed from an admin group in the domain (Domain
> Admins, Account Ops, Server Ops, etc...). The way the script works is
> to check the membership of the groups every 15 minutes and export the
> members to a text file (using DSQUERY/DSGET for group membership).
> Each time the script runs, it does a file compare (FC) between the
> current and last file for that group to see if changes were made.
>
> Here's the weird part: Although the script runs every two hours, this
> occurs at different seemingly random intervals. I will receive emails
> stating some users were removed, then were added to a number of admin
> groups at the same time! Does AD remove and readd groups to domain
> admin groups occasionally during some kind of background maintenance?
> Since the script and methodology are relatively simple and more
> importantly the problem occurs at random intervals, not all intervals,
> I don't think it has anything to do with the script itself. Oh, and
> this happens regardless of whether or not any changes were actually
> made to the groups.
>
> Any takers?? I'm ready to be impressed.
>
> - JayDee
>



 
Reply With Quote
 
 
 
 
Ace Fekay [MCT]
Guest
Posts: n/a

 
      11-17-2009
"Meinolf Weber [MVP-DS]" <meiweb@(nospam)gmx.de> wrote in message
news:. com...
> Hello JayDee,
>
> There is no automatic adding from users to security groups. Never heard
> about. If you would talk abut removed permissions for user that are added
> to some builtin groups i would say it belongs to the AdminSDHolder process
> running each hour.
>
> Best regards
>
> Meinolf Weber


Hi Meinolf,

I'm leaning towards the AdminSDHolder causing it, too. Paul posted a link
for the explanation.

Otherwise, and just to make sure, I would enable auditing on all DCs to see
if it's someone physically changing the memberships.


--
Ace

This posting is provided "AS-IS" with no warranties or guarantees and
confers no rights.

Please reply back to the newsgroup or forum for collaboration benefit among
responding engineers, and to help others benefit from your resolution.

Ace Fekay, MCT, MCITP EA, MCTS Windows 2008 & Exchange 2007, MCSE & MCSA
2003/2000, MCSA Messaging 2003
Microsoft Certified Trainer

For urgent issues, please contact Microsoft PSS directly. Please check
http://support.microsoft.com for regional support phone numbers.



 
Reply With Quote
 
Florian Frommherz [MVP]
Guest
Posts: n/a

 
      11-17-2009
Howdie!

Ace Fekay [MCT] wrote:
> I'm leaning towards the AdminSDHolder causing it, too. Paul posted a link
> for the explanation.


Thinking about this... from the poster's message, I read that he's
getting the domain's default groups (DA, EA, SO, ...) reseted which is
not what AdminSDHolder does - at least that's my understanding of the
message and AdminSDHolder. Hmm... let's see what he responds.

Florian
 
Reply With Quote
 
Ace Fekay [MCT]
Guest
Posts: n/a

 
      11-17-2009
"Florian Frommherz [MVP]" <> wrote in message
news:...
> Howdie!
>
> Ace Fekay [MCT] wrote:
>> I'm leaning towards the AdminSDHolder causing it, too. Paul posted a link
>> for the explanation.

>
> Thinking about this... from the poster's message, I read that he's getting
> the domain's default groups (DA, EA, SO, ...) reseted which is not what
> AdminSDHolder does - at least that's my understanding of the message and
> AdminSDHolder. Hmm... let's see what he responds.
>
> Florian



Hmm, now you got me thinking! Yes, I agree, let's see what he responds with.

Ace


 
Reply With Quote
 
Ace Fekay [MCT]
Guest
Posts: n/a

 
      11-20-2009
> On Nov 17, 1:19*pm, "Ace Fekay [MCT]" <ace...@mvps.RemoveThisPart.org>
> wrote:
>> "Florian Frommherz [MVP]" <flor...@frickelsoft.net> wrote in
>> messagenews:. ..
>>
>>> Howdie!

>>
>>> Ace Fekay [MCT] wrote:
>>>> I'm leaning towards the AdminSDHolder causing it, too. Paul posted a link
>>>> for the explanation.

>>
>>> Thinking about this... from the poster's message, I read that he's getting
>>> the domain's default groups (DA, EA, SO, ...) reseted which is not what
>>> AdminSDHolder does - at least that's my understanding of the message and
>>> AdminSDHolder. Hmm... let's see what he responds.
>>> Florian

>>
>> Hmm, now you got me thinking! Yes, I agree, let's see what he responds with.
>>
>> Ace

>
> hi guys... thanks for all the replies. I've skimmed through the
> article. Right away, this problem does not happen every hour (when the
> AdminSDHolder process runs) and often happens when no changes are
> being made, not only when i receive and email stating someone was
> added or removed. OH! and when it happens, it happens to all of the
> BUILT-IN admin groups simultaneously (domain admins, admins, account
> operators) - not other groups. My feeling isAdminSDHolder
> functionality is not causing the problem. But I definitely welcome
> more opinions!!
>
> thanks again
>
> - jaydee


Jaydee,

Have you looked at the actual script output and physically compared
what was added or removed?

As Florian sugggested, have you enabled auditing for directory services
changes? This was you can compare the report your script is providing
with any actual changes that auditing provides.

It may be something with how the script is pulling the data from AD.
I'm not an expert on scripting, however, if you can post the script,
one of the folks who are knowledgeable with scripting may be better
able to help.

My feeling is possibly to use auditing and create a script to read the
audit logs to determine when changes are made.

Ace


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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
Re: Domain Admin groups - users disappear/reappear ??? Florian Frommherz [MVP] Active Directory 0 11-17-2009 09:47 AM
How to assign Domain admin credential to User from trusted domain Mikoyan Active Directory 1 11-12-2009 06:34 AM
Re: Migrate from one 2003 Domain to another 2003 Domain Meinolf Weber [MVP-DS] Server Migration 0 10-22-2009 08:35 AM
Cannot Admin Vista RC1 after being on Domain momilla Windows Vista Administration 2 10-06-2006 07:44 PM
Cannot Admin Vista RC1 after being on Domain momilla Windows Vista Administration 0 10-05-2006 08:20 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59