Audit Password Change in AD

  • Thread starter Thread starter ogs
  • Start date Start date
O

ogs

Hi,

I would like to Audit password change in W2K Active
Durectory in following scenarios:
- When a users password is changed by an administrator
(through AD Users & Computers for exemple)
- When a user changes his ouwn password.

Many Thanks
OGS.
 
This is possible but requires writing a password change event filter. This
is a non-trivial exercise and can compromise the security of your
environment as it sees the passwords in clear text. Please check out MSDN
for more info.
 
Computer Configuration\Windows Settings\Security Settings\Local
Policies\Audit Policy
Audit account management

After that, you'll need to run:
secedit /refreshpolicy machine_policy /enforce

When a password is changed, an event will be logged on the DC.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top