Resource Type: dsc_xadforestproperties
- Defined in:
- lib/puppet/type/dsc_xadforestproperties.rb
Overview
The DSC xADForestProperties resource type. Automatically generated from version 3.0.0.0
Properties
-
dsc_serviceprincipalnamesuffix
Specifies the Service Principal Name (SPN) Suffix(es) to be explicitly defined in the forest and replace existing SPNs. Cannot be used with ServicePrincipalNameSuffixToAdd or ServicePrincipalNameSuffixToRemove.
-
dsc_serviceprincipalnamesuffixtoadd
Specifies the Service Principal Name (SPN) Suffix(es) to be added to the forest. Cannot be used with ServicePrincipalNameSuffix.
-
dsc_serviceprincipalnamesuffixtoremove
Specifies the Service Principal Name (SPN) Suffix(es) to be removed from the forest. Cannot be used with ServicePrincipalNameSuffix.
-
dsc_userprincipalnamesuffix
Specifies the User Principal Name (UPN) Suffix(es) to be explicitly defined in the forest and replace existing UPNs. Cannot be used with UserPrincipalNameSuffixToAdd or UserPrincipalNameSuffixToRemove.
-
dsc_userprincipalnamesuffixtoadd
Specifies the User Principal Name (UPN) Suffix(es) to be added to the forest. Cannot be used with UserPrincipalNameSuffix.
-
dsc_userprincipalnamesuffixtoremove
Specifies the User Principal Name (UPN) Suffix(es) to be removed from the forest. Cannot be used with UserPrincipalNameSuffix.
Parameters
-
dsc_credential
Specifies the user account credentials to use to perform this task.
-
dsc_forestname (namevar)
Specifies the target Active Directory forest for the change.
-
dsc_psdscrunascredential
-
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).