var fDesc=new Array(); fDesc[0] = "Granular password policies for Windows
Password Policy Enforcer improves security by ensuring that users choose strong passwords. PPE checks new passwords for compliance with your password policy and immediately rejects non-compliant passwords.
Password Policy Enforcer management console
Windows has a basic password complexity rule, but it accepts many weak passwords like "Password1" and "Pa$$word". Password Policy Enforcer's configurable rules allow you to enforce almost any password policy imaginable. You can even create multiple password policies and assign them to individual users, groups, and Organizational Units."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }