Resource Type: dsc_spwebappgeneralsettings

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

Overview

The DSC SPWebAppGeneralSettings resource type. Automatically generated from ‘SharePointDsc/DSCResources/MSFT_SPWebAppGeneralSettings/MSFT_SPWebAppGeneralSettings.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_alerts

    Alerts - Should alerts be enabled for this web app

    Supported values:
    • true
    • false
  • dsc_alertslimit

    AlertsLimit - What is the maximum number of alerts that a user can create in this web app

  • dsc_allowonlinewebpartcatalog

    AllowOnlineWebPartCatalog - Should the Online WebPart Gallery be enabled for this web app

    Supported values:
    • true
    • false
  • dsc_blogapi

    BlogAPI - Should the Blog API be enabled in this web app

    Supported values:
    • true
    • false
  • dsc_blogapiauthenticated

    BlogAPIAuthenticated - Is authentication required for the blog API

    Supported values:
    • true
    • false
  • dsc_browserfilehandling

    BrowserFileHandling - What file handling mode should be used in this web app - strict or permissive Valid values are Strict, Permissive.

  • dsc_customerexperienceprogram

    CustomerExperienceProgram - Should the customer experience program be enabled in this web app

    Supported values:
    • true
    • false
  • dsc_defaultquotatemplate

    DefaultQuotaTemplate - What is the default quota template for this web app

  • dsc_installaccount

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

  • dsc_maximumuploadsize

    MaximumUploadSize - What is the maximum file upload size for this web app (in MB)

  • dsc_presenceenabled

    PresenceEnabled - Is Skype for Business presence enabled for this web app

    Supported values:
    • true
    • false
  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_recyclebincleanupenabled

    RecycleBinCleanupEnabled - Is automatic cleanup of the recycle bin enabled in this web app

    Supported values:
    • true
    • false
  • dsc_recyclebinenabled

    RecycleBinEnabled - Is the recycle bin enabled in this web application

    Supported values:
    • true
    • false
  • dsc_recyclebinretentionperiod

    RecycleBinRetentionPeriod - How many days does the recycle bin keep content for

  • dsc_rss

    RSS - Should RSS feeds be enabled in this web app

    Supported values:
    • true
    • false
  • dsc_secondstagerecyclebinquota

    SecondStageRecycleBinQuota - How much content does the second stage recycle bin keep content for

  • dsc_securityvalidation

    SecurityValidation - Is security validation enforced in this web app

    Supported values:
    • true
    • false
  • dsc_securityvalidationexpires

    SecurityValidationExpires - Does security validation expire after a set time

    Supported values:
    • true
    • false
  • dsc_securityvalidationtimeoutminutes

    SecurityValidationTimeOutMinutes - Number of minutes security validation will expire if securityvalidationexpires is set

  • dsc_selfservicesitecreationenabled

    SelfServiceSiteCreationEnabled - Should Self Service Site Creation be enabled

    Supported values:
    • true
    • false
  • dsc_timezone

    TimeZone - The timezone code to use for this web app. A full list is at msdn.microsoft.com/en-us/library/office/microsoft.sharepoint.spregionalsettings.timezones.aspx

  • dsc_url

    Url - The URL of the web app to set the general settings for

  • name (namevar)
  • provider

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