Hi

I am looking for ways to determine if a specified user's password is due to expire.

I am using the System.DirectoryServices.DirectoryEntry object or which the "pwdLastSet" property can determine that the password must be changed next time the user logons on, however I need to determine if the password will need changing in the next couple of days.

All help appreciated.

Thanks