Resource Type: dsc_xaddomaindefaultpasswordpolicy

Defined in:
lib/puppet/type/dsc_xaddomaindefaultpasswordpolicy.rb
Providers:
powershell

Overview

The DSC xADDomainDefaultPasswordPolicy resource type. Automatically generated from ‘xActiveDirectory/DSCResources/MSFT_xADDomainDefaultPasswordPolicy/MSFT_xADDomainDefaultPasswordPolicy.schema.mof’

To learn more about PowerShell Desired State Configuration, please visit technet.microsoft.com/en-us/library/dn249912.aspx.

For more information about built-in DSC Resources, please visit technet.microsoft.com/en-us/library/dn249921.aspx.

For more information about xDsc Resources, please visit github.com/PowerShell/DscResources.

Properties

  • ensure

    The basic property that the resource should be in.

    Supported values:
    • exists?
    • present

Parameters

  • dsc_complexityenabled

    ComplexityEnabled - Whether password complexity is enabled for the default password policy

    Supported values:
    • true
    • false
  • dsc_credential

    Credential - Credentials used to access the domain

  • dsc_domaincontroller

    DomainController - Active Directory domain controller to enact the change upon

  • dsc_domainname

    DomainName - Name of the domain to which the password policy will be applied

  • dsc_lockoutduration

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

  • dsc_lockoutobservationwindow

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

  • dsc_lockoutthreshold

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

  • dsc_maxpasswordage

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

  • dsc_minpasswordage

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

  • dsc_minpasswordlength

    MinPasswordLength - Minimum number of characters that a password must contain

  • dsc_passwordhistorycount

    PasswordHistoryCount - Number of previous passwords to remember

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_reversibleencryptionenabled

    ReversibleEncryptionEnabled - Whether the directory must store passwords using reversible encryption

    Supported values:
    • true
    • false
  • name (namevar)
  • provider

    The specific backend to use for this ‘dsc_xaddomaindefaultpasswordpolicy` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.