I would like to build an orchestration that waits for a change on an active directory user account change. What would be the best approach for doing this?
I wan't to look at a specific attribute (expiration date) on all accounts in a specific OU. When an account expiration date is passed I want to send e-mails to different parties within the organisation.
Here you need to have custom .net component which will moniter the AD and post data to biztalk whnver the Account expires.Once data is posted to biztalk then you can mail it up through SMTP adapter.The custom component could be a Windows Service which moniters the AD and posts data to biztalk Receive folder.
Author
Posts
Viewing 1 reply thread
The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.