Resource Type: dsc_addomain
- Defined in:
- lib/puppet/type/dsc_addomain.rb
Overview
The DSC ADDomain resource type. Automatically generated from version 6.4.0
Properties
-
dsc_databasepath
Path to a directory that contains the domain database.
-
dsc_dnsroot
Returns the fully qualified domain name (FQDN) DNS root of the domain.
-
dsc_domainexist
Returns $true if the domain is available, or $false if the domain could not be found.
-
dsc_domainmode
The Domain Functional Level for the entire domain.
-
dsc_domainnetbiosname
NetBIOS name for the new domain.
-
dsc_domaintype
When installing a new domain, specifies whether it is a new domain tree in an existing forest (‘TreeDomain’), or a child of an existing domain (‘ChildDomain’). Only used when installing a new domain. Default value is ‘ChildDomain’.
-
dsc_forest
Returns the fully qualified domain name (FQDN) of the forest.
-
dsc_forestmode
The Forest Functional Level for the entire forest.
-
dsc_logpath
Path to a directory for the log file that will be written.
-
dsc_parentdomainname
Fully qualified domain name (FQDN) of the parent domain.
-
dsc_sysvolpath
Path to a directory where the Sysvol file will be written.
-
ensurable
Default attribute added to all dsc types without an ensure property. This resource is not ensurable.
Parameters
-
dsc_credential
Specifies the user name and password that corresponds to the account used to install the domain controller. These are only used when adding a child domain and these credentials need the correct permission in the parent domain. This will not be created as a user in the new domain. The domain administrator password will be the same as the password of the local Administrator of this node.
-
dsc_dnsdelegationcredential
Credential used for creating DNS delegation.
-
dsc_domainname (namevar)
The fully qualified domain name (FQDN) of a new domain. If setting up a child domain this must be set to a single-label DNS name.
-
dsc_psdscrunascredential
-
dsc_safemodeadministratorpassword
Password for the administrator account when the computer is started in Safe Mode.
-
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).