Resource Type: dsc_xexchwaitforadprep

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

Overview

The DSC xExchWaitForADPrep resource type. Automatically generated from ‘xExchange/DSCResources/MSFT_xExchWaitForADPrep/MSFT_xExchWaitForADPrep.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_credential

    Credential - Credentials used to perform Active Directory lookups against the Schema, Configuration, and Domain naming contexts

  • dsc_domainversion

    DomainVersion - Specifies that the domain containing the target Exchange 2013 server was prepared using setup /PrepareAD, /PrepareDomain, or /PrepareAllDomains, and should be at the specified version

  • dsc_exchangedomains

    ExchangeDomains - The FQDN’s of domains that should be checked for DomainVersion in addition to the domain that this Exchange server belongs to

  • dsc_identity

    Identity - Not actually used. Enter anything, as long as it’s not null

  • dsc_organizationversion

    OrganizationVersion - Specifies that the Exchange Organization should have been prepared using Exchange 2013 ‘setup /PrepareAD’, and should be at the specified version

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_retrycount

    RetryCount - How many retry attempts should be made to see if AD has been prepped before an exception is thrown. Defaults to 30.

  • dsc_retryintervalsec

    RetryIntervalSec - How many seconds to wait between retries when checking whether AD has been prepped. Defaults to 60.

  • dsc_schemaversion

    SchemaVersion - Specifies that the Active Directory schema should have been prepared using Exchange 2013 ‘setup /PrepareSchema’, and should be at the specified version

  • name (namevar)
  • provider

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