Resource Type: dsc_xexchwaitfordag

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

Overview

The DSC xExchWaitForDAG resource type. Automatically generated from ‘xExchange/DSCResources/MSFT_xExchWaitForDAG/MSFT_xExchWaitForDAG.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 establish a remote Powershell session to Exchange

  • dsc_domaincontroller

    DomainController - Optional Domain controller to use when running Get-DatabaseAvailabilityGroup

  • dsc_identity

    Identity - The name of the DAG to wait for.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_retrycount

    RetryCount - How many retry attempts should be made to find the DAG before an exception is thrown. Defaults to 5.

  • dsc_retryintervalsec

    RetryIntervalSec - How many seconds to wait between retries when checking whether the DAG exists. Defaults to 60.

  • dsc_waitforcomputerobject

    WaitForComputerObject - Whether DSC should also wait for the DAG Computer account object to be discovered. Defaults to False.

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

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