Skip to content

Windows Server 2022 accounts must require passwords.

An XCCDF Rule

Description

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.

ID
SV-254257r958482_rule
Version
WN22-00-000200
Severity
Medium
References
Updated

Remediation Templates

A Manual Procedure

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.