Resource Type: dsc_adorganizationalunit
- Defined in:
- lib/puppet/type/dsc_adorganizationalunit.rb
Overview
The DSC ADOrganizationalUnit resource type. Automatically generated from version 6.6.0
Properties
-
dsc_description
Specifies the description of the Organizational Unit (OU). Default value is empty (”).
-
dsc_distinguishedname
Returns the X.500 distinguished name of the Organizational Unit.
-
dsc_domaincontroller
Specifies the Active Directory Domain Services instance to use to perform the task.
-
dsc_ensure
Specifies whether the Organizational Unit (OU) should be present or absent. Default value is ‘Present’.
-
dsc_protectedfromaccidentaldeletion
Specifies if the Organizational Unit (OU) container should be protected from deletion. Default value is $true.
-
dsc_restorefromrecyclebin
Try to restore the Organizational Unit (OU) from the recycle bin before creating a new one.
Parameters
-
dsc_credential
The credential to be used to perform the operation on Active Directory.
-
dsc_name (namevar)
The name of the Organizational Unit (OU).
-
dsc_path (namevar)
Specifies the X.500 path of the Organizational Unit (OU) or container where the new object is created.
-
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).