Resource Type: dsc_xdfsnamespaceroot
- Defined in:
- lib/puppet/type/dsc_xdfsnamespaceroot.rb
- Providers:
- 
      
        powershell
 
Overview
The DSC xDFSNamespaceRoot resource type. Automatically generated from ‘xDFS/DSCResources/MSFT_xDFSNamespaceRoot/MSFT_xDFSNamespaceRoot.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_description
      
      
      Description - The description of the DFS Namespace. 
- 
      dsc_enableaccessbasedenumeration
      
      
      EnableAccessBasedEnumeration - Indicates whether a DFS namespace uses access-based enumeration. Supported values:- true
- false
 
- 
      dsc_enableinsitereferrals
      
      
      EnableInsiteReferrals - Indicates whether a DFS namespace server provides a client only with referrals that are in the same site as the client. Supported values:- true
- false
 
- 
      dsc_enablerootscalability
      
      
      EnableRootScalability - Indicates whether a DFS namespace uses root scalability mode. Supported values:- true
- false
 
- 
      dsc_enablesitecosting
      
      
      EnableSiteCosting - Indicates whether a DFS namespace uses cost-based selection. Supported values:- true
- false
 
- 
      dsc_enabletargetfailback
      
      
      EnableTargetFailback - Indicates whether a DFS namespace uses target failback. Supported values:- true
- false
 
- 
      dsc_ensure
      
      
      Ensure - Specifies if the DFS Namespace root should exist. Valid values are Present, Absent. 
- 
      dsc_path
      
      
      Path - Specifies a path for the root of a DFS namespace. 
- 
      dsc_psdscrunascredential
      
      
      PsDscRunAsCredential 
- 
      dsc_referralpriorityclass
      
      
      ReferralPriorityClass - Specifies the target priority class for a DFS namespace root. Valid values are Global-High, SiteCost-High, SiteCost-Normal, SiteCost-Low, Global-Low. 
- 
      dsc_referralpriorityrank
      
      
      ReferralPriorityRank - Specifies the priority rank, as an integer, for a root target of the DFS namespace. 
- 
      dsc_state
      
      
      State 
- 
      dsc_targetpath
      
      
      TargetPath - Specifies a path for a root target of the DFS namespace. 
- 
      dsc_timetolivesec
      
      
      TimeToLiveSec - Specifies a TTL interval, in seconds, for referrals. 
- 
      dsc_type
      
      
      Type - Specifies the type of a DFS namespace as a Type object. Valid values are Standalone, DomainV1, DomainV2. 
- name (namevar)
- 
      provider
      
      
      The specific backend to use for this ‘dsc_xdfsnamespaceroot` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.