Resource Type: dsc_spinstallprereqs

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

Overview

The DSC SPInstallPrereqs resource type. Automatically generated from ‘SharePointDsc/DSCResources/MSFT_SPInstallPrereqs/MSFT_SPInstallPrereqs.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
    • absent

Parameters

  • dsc_appfabric

    AppFabric - The path to the installer for this prerequisite (SP2013 and SP2016)

  • dsc_dotnetfx

    DotNetFx - The path to the installer for this prerequisite (SP2016 only)

  • dsc_ensure

    Ensure - Present to install the prerequisites. Absent is currently not supported Valid values are Present, Absent.

  • dsc_idfx

    IDFX - The path to the installer for this prerequisite (SP2013 only)

  • dsc_idfx11

    IDFX11 - The path to the installer for this prerequisite (SP2013 and SP2016)

  • dsc_installerpath

    InstallerPath - The full path to prerequisiteinstaller.exe

  • dsc_kb2671763

    KB2671763 - The path to the installer for this prerequisite (SP2013 only)

  • dsc_kb3092423

    KB3092423 - The path to the installer for this prerequisite (SP2016 only)

  • dsc_msipcclient

    MSIPCClient - The path to the installer for this prerequisite (SP2013 and SP2016)

  • dsc_msvcrt11

    MSVCRT11 - The path to the installer for this prerequisite (SP2016 only)

  • dsc_msvcrt14

    MSVCRT14 - The path to the installer for this prerequisite (SP2016 only)

  • dsc_netfx

    NETFX - The path to the installer for this prerequisite (SP2013 only)

  • dsc_odbc

    ODBC - The path to the installer for this prerequisite (SP2016 only)

  • dsc_onlinemode

    OnlineMode - Should the installer download prerequisites from the internet or not

    Supported values:
    • true
    • false
  • dsc_powershell

    PowerShell - The path to the installer for this prerequisite (SP2013 only)

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_sqlncli

    SQLNCli - The path to the installer for this prerequisite (SP2013 and SP2016)

  • dsc_sxspath

    SXSpath - The path to the Windows Server Operating System SXS source files, for use in closed environments without access to Windows Update

  • dsc_sync

    Sync - The path to the installer for this prerequisite (SP2013 and SP2016)

  • dsc_wcfdataservices

    WCFDataServices - The path to the installer for this prerequisite (SP2013 only)

  • dsc_wcfdataservices56

    WCFDataServices56 - The path to the installer for this prerequisite (SP2013 and SP2016)

  • name (namevar)
  • provider

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