Resource Type: dsc_sphealthanalyzerrulestate

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

Overview

The DSC SPHealthAnalyzerRuleState resource type. Automatically generated from ‘SharePointDsc/DSCResources/MSFT_SPHealthAnalyzerRuleState/MSFT_SPHealthAnalyzerRuleState.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_enabled

    Enabled - Should the rule be enabled?

    Supported values:
    • true
    • false
  • dsc_fixautomatically

    FixAutomatically - Should the rule fix itself automatically

    Supported values:
    • true
    • false
  • dsc_installaccount

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

  • dsc_name

    Name - The name of the rule exactly as it appears in central admin

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_rulescope

    RuleScope - What is the scope of this rule Valid values are All Servers, Any Server.

  • dsc_schedule

    Schedule - How often should the rule check Valid values are Hourly, Daily, Weekly, Monthly, OnDemandOnly.

  • name (namevar)
  • provider

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