How can I set the first password and change password of user kept in Active Directory by using DirectoryEntry? I've tried to use deUser.Properties("userPassword").Value = "password" to set the first password to the user but Windows did not allow me to do interactive logon.
Thank you,
