Click to See Complete Forum and Search --> : Password Policy


leandrolcampos
December 10th, 2006, 08:44 PM
Hi friends,

How to consult the parameters of the password policy of the Windows? For example, which the minimum age and the minimum length of the password, etc.

Regards,

Leandro

Boris K K
December 12th, 2006, 10:56 AM
See the API function NetUserModalsSet (http://msdn2.microsoft.com/en-us/library/aa370657.aspx).

If something can be done from the command line with net.exe (net accounts in this case), usually there is NetSomething function for it.