Resource Type: dsc_spprojectservergroup

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

Overview

The DSC SPProjectServerGroup resource type. Automatically generated from ‘SharePointDsc/DSCResources/MSFT_SPProjectServerGroup/MSFT_SPProjectServerGroup.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_adgroup

    ADGroup - What AD group should be used to synchronise membership to this Project Server group, cannot be used with Members, MembersToInclude or MembersToExclude

  • dsc_description

    Description - The description of the group

  • dsc_ensure

    Ensure - Present if the service app should exist, absent if it should not Valid values are Present, Absent.

  • dsc_installaccount

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

  • dsc_members

    Members - A fixed list of members to be in this group, cannot be used with ADGroup, MembersToInclude or MembersToExclude

  • dsc_memberstoexclude

    MembersToExclude - A list of members to ensure are not in this group, cannot be used with ADGroup or Members

  • dsc_memberstoinclude

    MembersToInclude - A list of members to ensure are in this group, cannot be used with ADGroup or Members

  • dsc_name

    Name - The name of the group

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_url

    Url - The default zone URL of the Project site to manage the group at

  • name (namevar)
  • provider

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