Resource Type: dsc_xaddomain

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

Overview

The DSC xADDomain resource type. Automatically generated from ‘xActiveDirectory/DSCResources/MSFT_xADDomain/MSFT_xADDomain.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_databasepath

    DatabasePath - Path to a directory that contains the domain database

  • dsc_dnsdelegationcredential

    DnsDelegationCredential - Credential used for creating DNS delegation

  • dsc_domainadministratorcredential

    DomainAdministratorCredential - Credentials used to query for domain existence

  • dsc_domainname

    DomainName - Name of the domain to which the user will be added

  • dsc_domainnetbiosname

    DomainNetbiosName - NetBIOS name for the new domain

  • dsc_logpath

    LogPath - Path to a directory for the log file that will be written

  • dsc_parentdomainname

    ParentDomainName - Fully qualified name of the parent domain

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_safemodeadministratorpassword

    SafemodeAdministratorPassword - Password for the administrator account when the computer is started in Safe Mode

  • dsc_sysvolpath

    SysvolPath - Path to a directory where the Sysvol file will be written

  • name (namevar)
  • provider

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