Resource Type: dsc_spdiagnosticloggingsettings

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

Overview

The DSC SPDiagnosticLoggingSettings resource type. Automatically generated from ‘SharePointDsc/DSCResources/MSFT_SPDiagnosticLoggingSettings/MSFT_SPDiagnosticLoggingSettings.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_appanalyticsautomaticuploadenabled

    AppAnalyticsAutomaticUploadEnabled - Should app analytics automatically be uploaded

    Supported values:
    • true
    • false
  • dsc_customerexperienceimprovementprogramenabled

    CustomerExperienceImprovementProgramEnabled - Should the customer experience program be enabled in this farm

    Supported values:
    • true
    • false
  • dsc_daystokeeplogs

    DaysToKeepLogs - How many days should ULS logs be kept for

  • dsc_downloaderrorreportingupdatesenabled

    DownloadErrorReportingUpdatesEnabled - Should updates to error reporting tools be automatically downloaded

    Supported values:
    • true
    • false
  • dsc_errorreportingautomaticuploadenabled

    ErrorReportingAutomaticUploadEnabled - Should error reports be automatically uploaded

    Supported values:
    • true
    • false
  • dsc_errorreportingenabled

    ErrorReportingEnabled - Should reporting of errors be enabled

    Supported values:
    • true
    • false
  • dsc_eventlogfloodprotectionenabled

    EventLogFloodProtectionEnabled - Protect event logs with Event Log Flood Protection

    Supported values:
    • true
    • false
  • dsc_eventlogfloodprotectionnotifyinterval

    EventLogFloodProtectionNotifyInterval - What interval should the event logs report a flood event

  • dsc_eventlogfloodprotectionquietperiod

    EventLogFloodProtectionQuietPeriod - What quiet period should reset the event log flood protection thresholds

  • dsc_eventlogfloodprotectionthreshold

    EventLogFloodProtectionThreshold - What is the event log flood protection threshold

  • dsc_eventlogfloodprotectiontriggerperiod

    EventLogFloodProtectionTriggerPeriod - What is the time period that will trigger event log flood protection

  • dsc_installaccount

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

  • dsc_logcutinterval

    LogCutInterval - How many minutes of activity will a ULS log file leep in an individual file

  • dsc_logmaxdiskspaceusageenabled

    LogMaxDiskSpaceUsageEnabled - Will the maximum disk space setting be enabled

    Supported values:
    • true
    • false
  • dsc_logpath

    LogPath - The physical path on each server to store ULS logs

  • dsc_logspaceingb

    LogSpaceInGB - The space in GB that should be used to store ULS logs

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_scripterrorreportingdelay

    ScriptErrorReportingDelay - What delay will be set before script error reporting is triggered

  • dsc_scripterrorreportingenabled

    ScriptErrorReportingEnabled - Is script error reporting enabled in this farm

    Supported values:
    • true
    • false
  • dsc_scripterrorreportingrequireauth

    ScriptErrorReportingRequireAuth - Require users to be authenticated to allow script errors to be reported

    Supported values:
    • true
    • false
  • name (namevar)
  • provider

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