Resource Type: dsc_xspfarmadministrators

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

Overview

The DSC xSPFarmAdministrators resource type. Automatically generated from version 0.12.0.0

Properties

  • dsc_members

    A list of members to set the group to. Those not in this list will be removed

  • dsc_memberstoexclude

    A list of members to remove. Members not in this list will be left in the group

  • dsc_memberstoinclude

    A list of members to add. Members not in this list will be left in the group

Parameters

  • dsc_installaccount

    POWERSHELL 4 ONLY: The account to run this resource as, use PsDscRunAsAccount if using PowerShell 5

  • dsc_name (namevar)

    A generic name for this resource, its value is not important

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