Resource Type: dsc_xaddomaintrust

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

Overview

The DSC xADDomainTrust resource type. Automatically generated from ‘xActiveDirectory/DSCResources/MSFT_xADDomainTrust/MSFT_xADDomainTrust.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_ensure

    Ensure - Should this resource be present or absent Valid values are Present, Absent.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_sourcedomainname

    SourceDomainName - Name of the AD domain that is requesting the trust

  • dsc_targetdomainadministratorcredential

    TargetDomainAdministratorCredential - Credentials to authenticate to the target domain

  • dsc_targetdomainname

    TargetDomainName - Name of the AD domain that is being trusted

  • dsc_trustdirection

    TrustDirection - Direction of trust Valid values are Bidirectional, Inbound, Outbound.

  • dsc_trusttype

    TrustType - Type of trust Valid values are External, Forest.

  • name (namevar)
  • provider

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