Resource Type: dsc_spshelladmins

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

Overview

The DSC SPShellAdmins resource type. Automatically generated from ‘SharePointDsc/DSCResources/MSFT_SPShellAdmins/MSFT_SPShellAdmins.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_alldatabases

    AllDatabases - Specify if all databases must get the same config as the general config

    Supported values:
    • true
    • false
  • dsc_databases

    Databases - Shell Admin configuration of Databases

  • dsc_installaccount

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

  • dsc_members

    Members - Exact list of accounts that will have to get Shell Admin permissions

  • dsc_memberstoexclude

    MembersToExclude - List of all accounts that are not allowed to have Shell Admin permissions

  • dsc_memberstoinclude

    MembersToInclude - List of all accounts that must be in the Shell Admins group

  • dsc_name

    Name - Name for the config, used for administration purposes

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • name (namevar)
  • provider

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