Resource Type: dsc_xexchdatabaseavailabilitygroupnetwork

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

Overview

The DSC xExchDatabaseAvailabilityGroupNetwork resource type. Automatically generated from ‘xExchange/DSCResources/MSFT_xExchDatabaseAvailabilityGroupNetwork/MSFT_xExchDatabaseAvailabilityGroupNetwork.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
    • absent

Parameters

  • dsc_credential

    Credential - Credentials used to establish a remote PowerShell session to Exchange.

  • dsc_databaseavailabilitygroup

    DatabaseAvailabilityGroup - The DAG where the network will live.

  • dsc_domaincontroller

    DomainController - The DomainController parameter specifies the domain controller that’s used by this cmdlet to read data from or write data to Active Directory. You identify the domain controller by its fully qualified domain name (FQDN). For example, dc01.contoso.com.

  • dsc_ensure

    Ensure - Whether the DAG network should exist or not. Valid values are Present, Absent.

  • dsc_ignorenetwork

    IgnoreNetwork - The IgnoreNetwork parameter indicates that the specified network should be ignored and not used by the DAG.

    Supported values:
    • true
    • false
  • dsc_name

    Name - The name of the DAG network.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_replicationenabled

    ReplicationEnabled - The ReplicationEnabled parameter specifies whether the network can be used for replication activity. If this parameter isn’t specified, the default behavior is to enable the network for replication.

    Supported values:
    • true
    • false
  • dsc_subnets

    Subnets - The Subnets parameter specifies one or more subnets that are associated with the DAG network.

  • name (namevar)
  • provider

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