I have a frontend which allows the User to change it's AD Password.
Is there a Way to get the password policy (for example fine grained) for a specific user and its properties (Length, Complexity...)
Is there a Way to check the string "xyz121" against this specific policy?
EDIT: I don't want to check against the current password stored in the active directory. I want to check if the new password would could be safed into active directory. For Example: User types in his NEW password "xyz121" and wants to change it but active directory just allows passwords with at least 8 chars.