Resource Type: dsc_dfsreplicationgroupfolder

Defined in:
lib/puppet/type/dsc_dfsreplicationgroupfolder.rb

Overview

The DSC DFSReplicationGroupFolder resource type. Automatically generated from version 5.1.1

Properties

  • dsc_description

    A description for the DFS Replication Group Folder.

  • dsc_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

    An array of directory names to exclude from replication.

  • dsc_domainname

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

  • dsc_filenametoexclude

    An array of file names to exclude from replication.

Parameters

  • dsc_foldername (namevar)

    The name of the DFS Replication Group Folder.

  • dsc_groupname (namevar)

    The name of the DFS Replication Group.

  • dsc_psdscrunascredential
  • dsc_timeout

    The maximum time in seconds to wait for the DSC resource to complete.

  • name (namevar)

    Description of the purpose for this resource declaration.

  • validation_mode (defaults to: property)

    Whether to check if the resource is in the desired state by property (default) or using Invoke-DscResource in Test mode (resource).