Is there a way for me to see the length of passwords for each user in a computer? This way I can review to see if they are following the password length requirements.
This is not possible as Windows does not know your password, it only knows the hash value. A better way to force the requirements is to create a group policy which specifies the minimum length of the password.
This is not possible as Windows does not know your password, it only knows the hash value. A better way to force the requirements is to create a group policy which specifies the minimum length of the password.