Resource Type: dsc_spwebappblockedfiletypes

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

Overview

The DSC SPWebAppBlockedFileTypes resource type. Automatically generated from ‘SharePointDsc/DSCResources/MSFT_SPWebAppBlockedFileTypes/MSFT_SPWebAppBlockedFileTypes.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_blocked

    Blocked - This is a fixed list to use for blocked file types in this web app

  • dsc_ensureallowed

    EnsureAllowed - This list of file types that will always be removedfrom the list for this web app. Types not in this list will be left in the list

  • dsc_ensureblocked

    EnsureBlocked - This list of file types that will always be added to the list for this web app. Types not in this list will be left in the list

  • dsc_installaccount

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

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_url

    Url - The URL of the web application to set blocked file types for

  • name (namevar)
  • provider

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