Resource Type: dsc_adreadonlydomaincontrolleraccount

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

Overview

The DSC ADReadOnlyDomainControllerAccount resource type. Automatically generated from version 6.6.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) Account.

  • dsc_delegatedadministratoraccountname

    Specifies the user or group that is the delegated administrator of this Read-Only Domain Controller (RODC) Account.

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

  • dsc_ensure

    Returns the state of the Read Only Domain Controller Account.

  • dsc_installdns

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

  • dsc_isglobalcatalog

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

  • dsc_sitename

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

Parameters

  • dsc_credential

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

  • dsc_domaincontrolleraccountname (namevar)

    The name of the Read Only Domain Controller Account which will be created.

  • dsc_domainname (namevar)

    The fully qualified domain name (FQDN) of the domain the Read Only Domain Controller will be created in.

  • dsc_psdscrunascredential
  • dsc_timeout

    The maximum time in seconds to wait for the DSC resource to complete.

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