Resource Type: dsc_xdnsclientglobalsetting

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

Overview

The DSC xDnsClientGlobalSetting resource type. Automatically generated from ‘xNetworking/DSCResources/MSFT_xDnsClientGlobalSetting/MSFT_xDnsClientGlobalSetting.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

Parameters

  • dsc_devolutionlevel

    DevolutionLevel - Specifies the number of labels up to which devolution should occur.

  • dsc_issingleinstance

    IsSingleInstance - Specifies the resource is a single instance, the value must be ‘Yes’. Valid values are Yes.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_suffixsearchlist

    SuffixSearchList - Specifies a list of global suffixes that can be used in the specified order by the DNS client for resolving the IP address of the computer name.

  • dsc_usedevolution

    UseDevolution - Specifies that devolution is activated.

    Supported values:
    • true
    • false
  • name (namevar)
  • provider

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