I am attempting to use the Active Directory Service Interface (ADSI) to fetch a user's password to synch with another system. I understand that the password will be encrypted, and that's fine (actually preferred).
My problem is, whenever I fetch a .DirectoryEntry of a user, I can not see the password.
Ideas much appreciated on how I can access that single field and move it over.
I have found PERL scripts that do this, but I really do not want to learn PERL at this time.
Thanks!
My problem is, whenever I fetch a .DirectoryEntry of a user, I can not see the password.
Ideas much appreciated on how I can access that single field and move it over.
I have found PERL scripts that do this, but I really do not want to learn PERL at this time.
Thanks!