Handling Active Directory events in Java/C# -
i want create c# or java application in handle specific a.d events such 4725 (a user account disabled) or other event.
when specific event occurs read of event's details such eventid, targetaccountname, etc.
can guide me apis , tutorials/ explanations regarding best way implement described above ?
here can find lot of infos event handling in c#
https://msdn.microsoft.com/en-us/library/bb671204(v=vs.90).aspx
Comments
Post a Comment