locked
Active Directory trigger RRS feed

  • Question

  • Is it possible to trigger a Web Service when a change happens in Active Directory, ie a name change or a password change.

    Wednesday, March 3, 2010 9:51 PM

Answers

All replies

  • There is no native functionality I'm aware of that would allow you to accomplish this. One option to consider is to explore event auditing as the source of the trigger (e.g. leveraging the mechanism described in http://blogs.techrepublic.com.com/window-on-windows/?p=759)

    hth
    Marcin
    • Marked as answer by Bruce-Liu Tuesday, March 9, 2010 6:33 AM
    Thursday, March 4, 2010 12:23 AM
  • Thanks for the suggestion Marcin. So, create an audit policy to log successful update to passwords and names in active directory, then schedule a task at the occurence of the event to start a program/script to kick off the web service? 

    Hank

    Tuesday, March 9, 2010 4:21 PM