5 pts.
 How to prompt user regards to password policy requirement
Hi all,
I would like to seek your help on this as i can know how can i notify all domain users on the Password Policy Requirements when they change the password wrongly and a notification will notify the users for example below.
Example : 
1) total of 6 alpha numeric characters
2) 1 letter must be uppercase 
3) must have one symbol and numerics.


Software/Hardware used:
AD in Windows 2008 Server
ASKED: October 5, 2010  6:41 PM
UPDATED: October 7, 2010  2:32 PM

Answer Wiki:
When you create a GPO defining password requirements if a passworddoes not comply with the required values, Windows will notify the user what the requirements are.
Last Wiki Answer Submitted:  October 6, 2010  1:57 pm  by  Spadasoe   5,130 pts.
All Answer Wiki Contributors:  Spadasoe   5,130 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

The Password Change Dialog can be change through an MSGINA hook on the workstation.
Details can be found here:
http://blogs.msdn.com/b/alejacma/archive/2008/11/11/how-to-change-windows-change-password-dialog-to-reflect-our-custom-password-policy.aspx

 325 pts.