|
Hi All,
I am facing one problem while trying to change the Password using
following method:
DE.Invoke("ChangePassword", new object[] { oldPassword, newPassword });
where DE stands for Directory Entry object.
I am getting following Exception message:
"The password does not meet the password policy requirements.
Check the minimum password length, password complexity and
password history requirements. (Exception from HRESULT: 0x800708C5)"
I am using Windows Server 2008 for Active Directory.
Thanks & Regards,
Tarak Bhatt.
|