Resource Type: dsc_addomaindefaultpasswordpolicy

Defined in:
lib/puppet/type/dsc_addomaindefaultpasswordpolicy.rb

Overview

The DSC ADDomainDefaultPasswordPolicy resource type. Automatically generated from version 6.6.0

Properties

  • dsc_complexityenabled

    Whether password complexity is enabled for the default password policy.

  • dsc_domaincontroller

    Active Directory domain controller to enact the change upon.

  • dsc_lockoutduration

    Length of time that an account is locked after the number of failed login attempts (minutes).

  • dsc_lockoutobservationwindow

    Maximum time between two unsuccessful login attempts before the counter is reset to 0 (minutes).

  • dsc_lockoutthreshold

    Number of unsuccessful login attempts that are permitted before an account is locked out.

  • dsc_maxpasswordage

    Maximum length of time that you can have the same password (minutes).

  • dsc_minpasswordage

    Minimum length of time that you can have the same password (minutes).

  • dsc_minpasswordlength

    Minimum number of characters that a password must contain.

  • dsc_passwordhistorycount

    Number of previous passwords to remember.

  • dsc_reversibleencryptionenabled

    Whether the directory must store passwords using reversible encryption.

Parameters

  • dsc_credential

    Credentials used to access the domain.

  • dsc_domainname (namevar)

    Name of the domain to which the password policy will be applied.

  • dsc_psdscrunascredential
  • dsc_timeout

    The maximum time in seconds to wait for the DSC resource to complete.

  • name (namevar)

    Description of the purpose for this resource declaration.

  • validation_mode (defaults to: property)

    Whether to check if the resource is in the desired state by property (default) or using Invoke-DscResource in Test mode (resource).