Information
Windows Server 2019 accounts must require passwords.
GROUP ID:V-205700
RULE ID:SV-205700r958482
The lack of password protection enables anyone to gain access to the information system, which opens a backdoor opportunity for intruders to compromise the system as well as other resources. Accounts on a system must require passwords.
Solution
Configure all enabled accounts to require passwords.
The password required flag can be set by entering the following on a command line:
'Net user [username] /passwordreq:yes'
Substituting [username] with the name of the user account.