Hi Guys,
I am developing a VBScript to change AD user account password. I am trying to set password using setpassword() method. But this method not checking the password history. I am able to set the same password again and again though the password history is enabled on group policy to remember last 6 passwords.
Please let know if there any ways to set password using vbscript after checking the password history of the user.
Ex: if the existing password is April#2014 should get an error message when i try to set the same password again using VBScript.
Thanks in advance.
Deva