Resource Type: dsc_xexcheventloglevel

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

Overview

The DSC xExchEventLogLevel resource type. Automatically generated from ‘xExchange/DSCResources/MSFT_xExchEventLogLevel/MSFT_xExchEventLogLevel.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_credential

    Credential - Credentials used to establish a remote Powershell session to Exchange

  • dsc_identity

    Identity - The Identity parameter specifies the name of the event logging category for which you want to set the event logging level.

  • dsc_level

    Level - The Level parameter specifies the log level for the specific event logging category. Valid values are Lowest, Low, Medium, High, Expert.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • name (namevar)
  • provider

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