Resource Type: dsc_xspwebappgeneralsettings
- Defined in:
- lib/puppet/type/dsc_xspwebappgeneralsettings.rb
Overview
The DSC xSPWebAppGeneralSettings resource type. Automatically generated from version 0.12.0.0
Properties
-
dsc_alerts
Should alerts be enabled for this web app
-
dsc_alertslimit
What is the maximum number of alerts that a user can create in this web app
-
dsc_blogapi
Should the Blog API be enabled in this web app
-
dsc_blogapiauthenticated
Is authentication required for the blog API
-
dsc_browserfilehandling
What file handling mode should be used in this web app - strict or permissive
-
dsc_customerexperienceprogram
Should the customer experience program be enabled in this web app
-
dsc_maximumuploadsize
What is the maximum file upload size for this web app (in MB)
-
dsc_presenceenabled
Is Skype for Business presence enabled for this web app
-
dsc_recyclebincleanupenabled
Is automatic cleanup of the recycle bin enabled in this web app
-
dsc_recyclebinenabled
Is the recycle bin enabled in this web application
-
dsc_recyclebinretentionperiod
How many days does the recycle bin keep content for
-
dsc_rss
Should RSS feeds be enabled in this web app
-
dsc_secondstagerecyclebinquota
How much content does the second stage recycle bin keep content for
-
dsc_securityvalidation
Is security validation enforced in this web app
-
dsc_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
Parameters
-
dsc_installaccount
POWERSHELL 4 ONLY: The account to run this resource as, use PsDscRunAsAccount if using PowerShell 5
-
dsc_psdscrunascredential
-
dsc_url (namevar)
The URL of the web app to set the general settings for
-
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).