Resource Type: dsc_spantivirussettings

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

Overview

The DSC SPAntivirusSettings resource type. Automatically generated from ‘SharePointDsc/DSCResources/MSFT_SPAntivirusSettings/MSFT_SPAntivirusSettings.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_allowdownloadinfected

    AllowDownloadInfected - Should documents that are infected be allowed to be downloaded

    Supported values:
    • true
    • false
  • dsc_attempttoclean

    AttemptToClean - Should infected documents be handed to the AV engine to attempt cleaning

    Supported values:
    • true
    • false
  • dsc_installaccount

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

  • dsc_numberofthreads

    NumberOfThreads - How many concurrent threads should the AV engine be able to run on a server

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_scanondownload

    ScanOnDownload - Should documents be scanned before being downloaded

    Supported values:
    • true
    • false
  • dsc_scanonupload

    ScanOnUpload - Should documents be scanned on upload

    Supported values:
    • true
    • false
  • dsc_timeoutduration

    TimeoutDuration - What is the timeout for an AV scan in seconds

  • name (namevar)
  • provider

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