Resource Type: dsc_addomaintrust

Defined in:
lib/puppet/type/dsc_addomaintrust.rb

Overview

The DSC ADDomainTrust resource type. Automatically generated from version 6.4.0

Properties

  • dsc_allowtrustrecreation

    Specifies if the is allowed to be recreated if required. Default value is $false.

  • dsc_ensure

    Specifies whether the computer account is present or absent. Default value is ‘Present’.

  • dsc_trustdirection

    Specifies the direction of the trust.

  • dsc_trusttype

    Specifies the type of trust. The value ‘External’ means the context Domain, while the value ‘Forest’ means the context ‘Forest’.

Parameters

  • dsc_psdscrunascredential
  • dsc_sourcedomainname (namevar)

    Specifies the name of the Active Directory domain that is requesting the trust.

  • dsc_targetcredential

    Specifies the credentials to authenticate to the target domain.

  • dsc_targetdomainname (namevar)

    Specifies the name of the Active Directory domain that is being trusted.

  • 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).