The information in this article applies to:
SUMMARYThe Active Directory Service Interfaces (ADSI) Windows NT provider does not support the PasswordLastChanged Property of an IADsUser object. You can compute this date by subtracting the password expiration period (converted to days) from the password expiration date to get the last change date. Note that for users whose passwords never expire, the PasswordExpirationDate will be in the past and the computation still works correctly. MORE INFORMATIONThe following Visual Basic code illustrates this:
REFERENCESActive Directory Service Interfaces (ADSI) documentation is available in the Platform SDK section of MSDN and in a help file you can download from the following Web site: http://www.microsoft.com/adsi/ Additional query words:
Keywords : kbnetwork kbADSI kbAPI kbSDKPlatform kbGrpNet |
Last Reviewed: October 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |