Resource Type: dsc_sppasswordchangesettings

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

Overview

The DSC SPPasswordChangeSettings resource type. Automatically generated from ‘SharePointDsc/DSCResources/MSFT_SPPasswordChangeSettings/MSFT_SPPasswordChangeSettings.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_daysbeforeexpiry

    DaysBeforeExpiry - The number of days before password expiry to send send emails

  • dsc_installaccount

    InstallAccount - POWERSHELL 4 ONLY: The account to run this resource as, use PsDscRunAsCredential if using PowerShell 5

  • dsc_mailaddress

    MailAddress - The email address to send notifications of password changes to

  • dsc_numberofretries

    NumberOfRetries - How many retries if the password change fails

  • dsc_passwordchangewaittimeseconds

    PasswordChangeWaitTimeSeconds - The duration that a password reset will wait for before it times out

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • name (namevar)
  • provider

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