Resource Type: dsc_xdnsserveradzone

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

Overview

The DSC xDnsServerADZone resource type. Automatically generated from ‘xDnsServer/DSCResources/MSFT_xDnsServerADZone/MSFT_xDnsServerADZone.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_computername

    ComputerName - DNS Server name

  • dsc_credential

    Credential - Credential used to set zone

  • dsc_directorypartitionname

    DirectoryPartitionName - Directory partition name

  • dsc_dynamicupdate

    DynamicUpdate - Dynamic zone update option Valid values are None, NonsecureAndSecure, Secure.

  • dsc_ensure

    Ensure - Whether the DNS zone should be available or removed Valid values are Present, Absent.

  • dsc_name

    Name - DNS Server zone name

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_replicationscope

    ReplicationScope - Replication scope option Valid values are Custom, Domain, Forest, Legacy.

  • name (namevar)
  • provider

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