I need to automatically set the following local password policies on a number of standalone Windows 2008 Server machines:
Maximum password Age
Minimum password Length
Password must meet minimum complexity requirements
Are there registry settings for these settings? Googling around suggested the following keys:
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Network]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Network]
Sadly they don't seem to apply to Windows 2008.