Resource Type: dsc_addomaincontroller

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

Overview

The DSC ADDomainController resource type. Automatically generated from version 6.4.0

Properties

  • dsc_allowpasswordreplicationaccountname

    Specifies an array of names of user accounts, group accounts, and computer accounts whose passwords can be replicated to this Read-Only Domain Controller (RODC).

  • dsc_databasepath

    The path where the database will be stored.

  • dsc_denypasswordreplicationaccountname

    Specifies the names of user accounts, group accounts, and computer accounts whose passwords are not to be replicated to this Read-Only Domain Controller (RODC).

  • dsc_ensure

    Returns the state of the Domain Controller.

  • dsc_flexiblesinglemasteroperationrole

    Specifies one or more Flexible Single Master Operation (FSMO) roles to move to this domain controller. The current owner must be online and responding for the move to be allowed.

  • dsc_installationmediapath

    The path of the media you want to use install the Domain Controller.

  • dsc_installdns

    Specifies if the DNS Server service should be installed and configured on the Domain Controller. If this is not set the default value of the parameter ‘InstallDns` of the cmdlet Install-ADDSDomainController is used. This parameter is only used during the provisioning of a domain controller. The parameter cannot be used to install or uninstall the DNS server on an already provisioned domain controller.

  • dsc_isglobalcatalog

    Specifies if the domain controller will be a Global Catalog (GC).

  • dsc_logpath

    The path where the logs will be stored.

  • dsc_readonlyreplica

    Indicates that the cmdlet installs the domain controller as an Read-Only Domain Controller (RODC) for an existing domain.

  • dsc_sitename

    The name of the site this Domain Controller will be added to.

  • dsc_sysvolpath

    The path where the Sysvol will be stored.

Parameters

  • dsc_credential

    The credentials (as a ‘PSCredential’ object) of a user that has Domain Administrator rights to add the Domain Controller to the domain.

  • dsc_domainname (namevar)

    The fully qualified domain name (FQDN) of the domain the Domain Controller will be joining.

  • dsc_psdscrunascredential
  • dsc_safemodeadministratorpassword

    The ‘PSCredential’ object containing the password to use for Directory Services Restore Mode (DSRM).

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