Hi

I�m trying to retrieve only changes from active directory by using the
uSNChanged property in my query.

However, even if a manually change an object and verify that the
uSNChanged is changed, I still don�t get any results back from my
query.

Sample query:

"(&(objectClass=user)(objectCategory=person)(uSNChanged>=value))"
where value is taken from the highestCommittedUSN property of the
RootDSE object the first time the application runs.

Does anyonw know why I�m not getting any results back?
Maybe this cannot be done using the .NET directoryservices??

//Mikael
List info   : http://www.activedir.org/List.aspx
List FAQ    : http://www.activedir.org/ListFAQ.aspx
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/

Reply via email to