Resource Type: dsc_xdfsreplicationgroupmembership

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

Overview

The DSC xDFSReplicationGroupMembership resource type. Automatically generated from ‘xDFS/DSCResources/MSFT_xDFSReplicationGroupMembership/MSFT_xDFSReplicationGroupMembership.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_computername

    ComputerName - 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_conflictanddeletedpath

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

  • dsc_contentpath

    ContentPath - The local content path for the DFS Replication Group Folder.

  • dsc_domainname

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

  • dsc_foldername

    FolderName - The name of the DFS Replication Group Folder.

  • dsc_groupname

    GroupName - The name of the DFS Replication Group.

  • dsc_primarymember

    PrimaryMember - Used to configure this as the Primary Member. Every folder must have at least one primary member for initial replication to take place.

    Supported values:
    • true
    • false
  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_readonly

    ReadOnly - Specify if this content path should be read only.

    Supported values:
    • true
    • false
  • dsc_stagingpath

    StagingPath - The local staging path for the DFS Replication Group Folder.

  • name (namevar)
  • provider

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