Hi,
It is posible to customize error message from active? how?

Below is the error return by the active directory when i execute the command.

AD.Invoke("ChangePassword", new object[]{"password", "NewPassword"});

VB Code:
  1. The password does not meet the password policy requirements. Check the minimum password length, password complexity and password
  2. history requirements.

thanks,

Popskie