Resource Type: dsc_xexchwaitforadprep
- Defined in:
- lib/puppet/type/dsc_xexchwaitforadprep.rb
Overview
The DSC xExchWaitForADPrep resource type. Automatically generated from version 1.34.0
Properties
-
dsc_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
The FQDN’s of domains that should be checked for DomainVersion in addition to the domain that this Exchange server belongs to
-
dsc_organizationversion
Specifies that the Exchange Organization should have been prepared using Exchange 2013 ‘setup /PrepareAD’, and should be at the specified version
-
dsc_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
How many seconds to wait between retries when checking whether AD has been prepped. Defaults to 60.
-
dsc_schemaversion
Specifies that the Active Directory schema should have been prepared using Exchange 2013 ‘setup /PrepareSchema’, and should be at the specified version
Parameters
-
dsc_credential
Credentials used to perform Active Directory lookups against the Schema, Configuration, and Domain naming contexts
-
dsc_identity (namevar)
Not actually used. Enter anything, as long as it’s not null
-
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).