Active Directory Eventing
i know if c# program can detect modification in active directory like:
- user creation
- user change
- group creation
- association between user , group
- user deactivation
the goal here synchronize content of active directory user database in sql server 2005.
i know if active directory can fire events can catch run the synchronization process modified item only.
hi julien garino,
based on experience , research, can't accomplish in c#.
can give workarounds:
1. consider using our microsoft identity integration server (miis) synchronization: http://www.microsoft.com/technet/miis/evaluate/faq.mspx
2. make use of ad event auditing , use wmi monitor event log: http://support.microsoft.com/kb/314955
3. poll ad time time check changes.
hope can you!
thanks!
.NET Framework > Common Language Runtime Internals and Architecture
Comments
Post a Comment