Practical exercise – password policy
In this practical exercise, you need to prevent users from resetting their account by using the same password. The company should not allow the users to change their password more than once every three days and these passwords need to be complex. A user must use a minimum of 12 passwords before they can reuse the original password. You need to prevent a hacker using more than five attempts at guessing a password:
- On a Windows 10 desktop, type
gpedit.msc
or on a domain controller, go toServer Manager
|Tools
|Group Policy
management
. Edit theDefault Domain Policy
. - Under
Computer Configurations
, expandWindows Setting
s. - Select
Security Settings
. - Select
Account Policy
, then selectPassword Polic
y. - Select
Password History
and enter 12 passwords remembered—pressOK
. - Select
Minimum Password Age
. Enter 3 days—pressOK
. - Select
Password must meet complexity requirements
—select the radio buttonEnabled
and pressOK
. - Go back to
Account Policies
and selectAccount Lockout...