Resource Type: dsc_dfsreplicationgroupmembership

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

Overview

The DSC DFSReplicationGroupMembership resource type. Automatically generated from version 5.1.1

Properties

  • dsc_conflictanddeletedpath

    The local content and deleted path for the DFS Replication Group Folder.

  • dsc_conflictanddeletedquotainmb

    The local conflict and deleted path quota size in MB.

  • dsc_contentpath

    The local content path for the DFS Replication Group Folder.

  • dsc_dfsnpath

    Specify the DFS Namespace folder path of the membership. This value does not affect replication.

  • dsc_domainname

    The name of the AD Domain the DFS Replication Group this replication group is in.

  • dsc_ensureenabled

    Ensures that membership is either Enabled or Disabled.

  • dsc_minimumfilestagingsize

    The minimum file size that DFS Replication stages during outbound replication.

  • dsc_primarymember

    Used to configure this as the Primary Member. Every folder must have at least one primary member for initial replication to take place. Only set during initial creation of membership.

  • dsc_readonly

    Specify if this content path should be read only.

  • dsc_removedeletedfiles

    Specify if a member computer deletes files and folders immediately following inbound replication.

  • dsc_stagingpath

    The local staging path for the DFS Replication Group Folder.

  • dsc_stagingpathquotainmb

    The staging path quota size in MB for the DFS Replication Group Folder.

Parameters

  • dsc_computername (namevar)

    The computer name of the Replication Group member. This can be specified using either the ComputerName or FQDN name for the member. If an FQDN name is used and the DomainName parameter is set, the FQDN domain name must match.

  • 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).