Resource Type: dsc_fsrmsettings

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

Overview

The DSC FSRMSettings resource type. Automatically generated from ‘FSRMDsc/DSCResources/DSR_FSRMSettings/DSR_FSRMSettings.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_adminemailaddress

    AdminEmailAddress - Specifies a semicolon-separated list of email addresses for the recipients of any email that the server sends to the administrator.

  • dsc_commandnotificationlimit

    CommandNotificationLimit - Specifies the minimum number of seconds between individual running events of a command-type notification.

  • dsc_emailnotificationlimit

    EmailNotificationLimit - Specifies the minimum number of seconds between individual running events of an email-type notification.

  • dsc_eventnotificationlimit

    EventNotificationLimit - Specifies the minimum number of seconds between individual running events of an event-type notification.

  • dsc_fromemailaddress

    FromEmailAddress - Specifies the default email address from which FSRM sends email messages.

  • dsc_issingleinstance

    IsSingleInstance - Specifies the resource is a single instance, the value must be ‘Yes’. Valid values are Yes.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_smtpserver

    SmtpServer - Specifies the fully qualified domain name (FQDN) or IP address of the SMTP server that FSRM uses to send email.

  • name (namevar)
  • provider

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