Resource Type: dsc_xaddomaincontroller
- Defined in:
- lib/puppet/type/dsc_xaddomaincontroller.rb
Overview
The DSC xADDomainController resource type. Automatically generated from version 3.0.0.0
Properties
-
dsc_databasepath
The path where the database will be stored.
-
dsc_ensure
The state of the Domain Controller.
-
dsc_installationmediapath
The path of the media you want to use install the 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_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_domainadministratorcredential
The ‘PSCredential’ object containing Domain Administrator rights to add the Domain Controller to the domain.
-
dsc_domainname (namevar)
The FQDN of the domain the Domain Controller will be joining.
-
dsc_psdscrunascredential
-
dsc_safemodeadministratorpassword
The ‘PSCredential’ object containing the password to use for 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).