Resource Type: dsc_xdfsreplicationgroup

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

Overview

The DSC xDFSReplicationGroup resource type. Automatically generated from ‘xDFS/DSCResources/MSFT_xDFSReplicationGroup/MSFT_xDFSReplicationGroup.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_contentpaths

    ContentPaths - An array of DFS Replication Group Content Paths to use for each of the Folders. This can have one entry for each Folder in the Folders parameter and should be set in th same order. If any entry is not blank then the Content Paths will need to be set manually by using the xDFSReplicationGroupMembership resource.

  • dsc_description

    Description - A description for the DFS Replication Group.

  • dsc_domainname

    DomainName - The AD domain the Replication Group should created in.

  • dsc_ensure

    Ensure - Specifies whether the DSF Replication Group should exist. Valid values are Present, Absent.

  • dsc_folders

    Folders - A list of folders that are replicated in this Replication Group.

  • dsc_groupname

    GroupName - The name of the DFS Replication Group.

  • dsc_members

    Members - A list of computers that are members of this Replication Group. These can be specified using either the ComputerName or FQDN name for each member. If an FQDN name is used and the DomainName parameter is set, the FQDN domain name must match.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_topology

    Topology - This allows a replication topology to assign to the Replication Group. It defaults to Manual, which will not automatically create a topology. If set to Fullmesh, a full mesh topology between all members will be created. Valid values are Fullmesh, Manual.

  • name (namevar)
  • provider

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