modules/deploy/dsc/ext/PsGallery/xSharePoint.0.10.0.0/en-us/about_xSPWebAppGeneralSettings.help.txt

NAME
    xSPWebAppGeneralSettings

PARAMETERS
    Url (Key, string)
    TimeZone (write, uint32)
    Alerts (write, boolean)
    AlertsLimit (write, uint32)
    RSS (write, boolean)
    BlogAPI (write, boolean)
    BlogAPIAuthenticated (write, boolean)
    BrowserFileHandling (write, String, Allowed values: Strict, Permissive)
    SecurityValidation (write, boolean)
    RecycleBinEnabled (write, boolean)
    RecycleBinCleanupEnabled (write, boolean)
    RecycleBinRetentionPeriod (write, uint32)
    SecondStageRecycleBinQuota (write, uint32)
    MaximumUploadSize (write, uint32)
    CustomerExperienceProgram (write, boolean)
    PresenceEnabled (write, boolean)
    InstallAccount (Write, string)

DESCRIPTION

This resource is responsible for setting web application settings that are found under the "general settings" screen in central admin.
The web application is specified through the URL property, and then any combination of settings can be applied.
Any settings not included will be left as the default (or whatever they have been manually changed to within SharePoint).

EXAMPLE

    xSPWebAppGeneralSettings PrimaryWebAppGeneralSettings
    {
        Url = "Shttp://exmaple.contoso.local"
        TimeZone = 76
        Alerts = $true
        RSS = $false
        PsDscRunAsCredential = $InstallAccount
    }