Capture Delete Account events in Active Directory -Terminate User
I want to terminate (LOGIN_DISABLED = TRUE) a user who was DELETED in Active Directory. I am able to make user terminated (LOGIN_DISABLED = TRUE) when an account in AD was disabled. I want to have the same capability on the DELETE event as well.
Can you please guide me on how to accomplish this?