Puppet Class: secure_windows::stig::v73223

Defined in:
manifests/stig/v73223.pp

Overview

This class manages V-73223 Passwords for the built-in Administrator account must be changed at least every 60 days.

Parameters:

  • enforced (Boolean) (defaults to: false)


3
4
5
6
7
8
9
# File 'manifests/stig/v73223.pp', line 3

class secure_windows::stig::v73223 (
  Boolean $enforced = false,
) {
  # secure_windows::stig::v73317 changes the max password age for accounts to be 60 days.
  # It does not, however, actually change the password every 60 days. Use an automated tool, such
  # as Microsoft's Local Administrator Password Solution (LAPS) to address this vulnerability.
}