Resource Type: dsc_spselfservicesitecreation

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

Overview

The DSC SPSelfServiceSiteCreation resource type. Automatically generated from ‘SharePointDsc/DSCResources/MSFT_SPSelfServiceSiteCreation/MSFT_SPSelfServiceSiteCreation.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_createindividualsite

    CreateIndividualSite - Should Self Service Site Creation create an individual Site, false for a Site Collection

    Supported values:
    • true
    • false
  • dsc_customformurl

    CustomFormUrl - Specifies a custom form URL to use for Self Service Site Creation. This is only used when CreateIndividualSite is true. Must be an absolute URL or empty to use built in form (_layouts/_layouts/15/scsignup.aspx)

  • dsc_enabled

    Enabled - Specifies if users are allowed to create site collections or not

    Supported values:
    • true
    • false
  • dsc_installaccount

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

  • dsc_onlineenabled

    OnlineEnabled - Specifies if site collections are created in SharePoint Online in a hybrid configuration. Hybrid configuration needs to be caried out seperately using the Hybrid Picker

    Supported values:
    • true
    • false
  • dsc_parentsiteurl

    ParentSiteUrl - Specifies the URL of the parent site where new sites are to be created. This is only used when CreateIndividualSite is true. Use [%userid%] to represent the ID of the user who is creating the site, for example: /projects/

  • dsc_policyoption

    PolicyOption - Specifies what site classification should be displayed Valid values are MustHavePolicy, CanHavePolicy, NotHavePolicy.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_quotatemplate

    QuotaTemplate - The quota template to apply to new site collections. Specify null to not apply any qouta template

  • dsc_requiresecondarycontact

    RequireSecondaryContact - Specifies if users needs to provide one or more additional site administrators

    Supported values:
    • true
    • false
  • dsc_showstartasitemenuitem

    ShowStartASiteMenuItem - Should the Start a Site link be displayed. Must be false or not specified if Enabled is false

    Supported values:
    • true
    • false
  • dsc_webappurl

    WebAppUrl - The url of the web application

  • name (namevar)
  • provider

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