Resource Type: dsc_xdfsreplicationgroupfolder

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

Overview

The DSC xDFSReplicationGroupFolder resource type. Automatically generated from ‘xDFS/DSCResources/MSFT_xDFSReplicationGroupFolder/MSFT_xDFSReplicationGroupFolder.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_description

    Description - A description for the DFS Replication Group Folder.

  • dsc_dfsnpath

    DfsnPath - The DFS Namespace Path to this Replication Group folder is mapped to. This does NOT create the Namespace folders, it only sets the name in the folder object.

  • dsc_directorynametoexclude

    DirectoryNameToExclude - An array of directory names to exclude from replication.

  • dsc_domainname

    DomainName - The name of the AD Domain the DFS Replication Group Folder will be in.

  • dsc_filenametoexclude

    FilenameToExclude - An array of file names to exclude from replication.

  • dsc_foldername

    FolderName - The name of the DFS Replication Group Folder.

  • dsc_groupname

    GroupName - The name of the DFS Replication Group.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • name (namevar)
  • provider

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