Share all details about your problem, including any error messages you may have received.
We have a password policy for AD where is we want to exclude some characters for eg lets say i don’t want “a”,“c”,g" to ever be part of the password being set for AD. Now i can always intercept the created password and do character replacement, but is there a better way to do so ?
If you are generating using password policy, have a password policy rule and write a code to validate against the characters and regenerate new one if it doesn’t satisfy
If its end user providing the password and you want to stop providing the unwanted characters have a validation step in LCM Manage Passwords workflow to check this conditions along the application being password reset