Resource Type: dsc_xadorganizationalunit

Defined in:
lib/puppet/type/dsc_xadorganizationalunit.rb
Providers:
powershell

Overview

The DSC xADOrganizationalUnit resource type. Automatically generated from ‘xActiveDirectory/DSCResources/MSFT_xADOrganizationalUnit/MSFT_xADOrganizationalUnit.schema.mof’

To learn more about PowerShell Desired State Configuration, please visit technet.microsoft.com/en-us/library/dn249912.aspx.

For more information about built-in DSC Resources, please visit technet.microsoft.com/en-us/library/dn249921.aspx.

For more information about xDsc Resources, please visit github.com/PowerShell/DscResources.

Properties

  • ensure

    The basic property that the resource should be in.

    Supported values:
    • exists?
    • present
    • absent

Parameters

  • dsc_credential

    Credential - The credential to be used to perform the operation on Active Directory

  • dsc_description

    Description - The description of the OU

  • dsc_ensure

    Ensure - Valid values are Present, Absent.

  • dsc_name

    Name - The name of OU

  • dsc_path

    Path - Specifies the X500 path of the OU or container where the new object is created

  • dsc_protectedfromaccidentaldeletion

    ProtectedFromAccidentalDeletion - Defaults to True

    Supported values:
    • true
    • false
  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • name (namevar)
  • provider

    The specific backend to use for this ‘dsc_xadorganizationalunit` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.