How do you tell who created a user account?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

We just noticed there were a couple of accounts in our Active Directory that
were created by someone else. Is there a way to figure out which userid
created these accounts???? Thanks
 
Doug Danco said:
We just noticed there were a couple of accounts in our Active Directory that
were created by someone else. Is there a way to figure out which userid
created these accounts???? Thanks


I have never looked but there should be a "owner"
on the accounts in AD as there is an Owner on the
files people create.

For the future, enable Account Management Auditing
and make sure you review the logs on such actions.
 
The only way I was able to check the creator of the user logon is by checking
the "Owner" of the users folder that should be automatically created while
creating the actual user in AD.
Hope that helped.
 
celticcustom said:
The only way I was able to check the creator of the user logon
is by checking
the "Owner" of the users folder that should be automatically
created while
creating the actual user in AD.
Hope that helped.


 > > We just noticed there were a couple of accounts in
our Active Directory
 > > were created by someone else. Is there a way to
figure out which userid
 > > created these accounts???? Thanks

Hi,

Only Network Admins and those Delegated Control can create user
accounts in AD. Do you have that many Admins? I would turn on the
Advanced Options and then right click the OU where the user was
created and check who is delegated to create users.

Cheers,
Lara
 
I have never looked but there should be a "owner"
Well, I went and looked and the owner is clearly listed
on my Win2003 Domain objects, and the odds are it is
listed on even Win2000 domains as well.

If not, it is certainly a property that can be found
programmatically, perhaps with regular or ADSI program.

DS Objects have owners. (They pretty much must have
in order to use permissions the way they do.)

Ownership is visible on each object through the Properties->
Security tab->Advanced->Ownership tab of that object.

You may have to enable View->Advanced to see the
security Tab in AD Users/Computers.

--
Herb Martin


lforbes said:
Hi,

Only Network Admins and those Delegated Control can create user
accounts in AD. Do you have that many Admins? I would turn on the
Advanced Options and then right click the OU where the user was
created and check who is delegated to create users.

Cheers,
Lara

--
http://www.WindowsForumz.com/ This article was posted by author's request
Articles individually checked for conformance to usenet standards
Topic URL: http://www.WindowsForumz.com/Active-Directory-created-user-account-ftopict242710.html
Visit Topic URL to contact author (reg. req'd). Report abuse:
http://www.WindowsForumz.com/eform.php?p=740915
 
Back
Top