Resource Type: dsc_xadreplicationsubnet

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

Overview

The DSC xADReplicationSubnet resource type. Automatically generated from ‘xActiveDirectory/DSCResources/MSFT_xADReplicationSubnet/MSFT_xADReplicationSubnet.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_ensure

    Ensure - Specifies if the AD replication subnet should be added or remove. Default value is ‘Present’. { Present | Absent }. Valid values are Present, Absent.

  • dsc_location

    Location - The location for the AD replication site. Default value is empty.

  • dsc_name

    Name - The name of the AD replication subnet, e.g. 10.0.0.0/24.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_site

    Site - The name of the assigned AD replication site, e.g. Default-First-Site-Name.

  • name (namevar)
  • provider

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