Resource Type: dsc_xscspfserversetup

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

Overview

The DSC xSCSPFServerSetup resource type. Automatically generated from ‘xSCSPF/DSCResources/MSFT_xSCSPFServerSetup/MSFT_xSCSPFServerSetup.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_adminsecuritygroupusers

    AdminSecurityGroupUsers - Administrator of the Admin application pool

  • dsc_certificatename

    CertificateName - Name of existing certificate to use.

  • dsc_databasename

    DatabaseName - Name of the SPF database.

  • dsc_databaseportnumber

    DatabasePortNumber - Port of the database server instance.

  • dsc_databaseserver

    DatabaseServer - Name of the database server.

  • dsc_ensure

    Ensure - An enumerated value that describes if SPF server is expected to be installed on the machine.nPresent default nAbsent n Valid values are Present, Absent.

  • dsc_providersecuritygroupusers

    ProviderSecurityGroupUsers - Administrator of the Provider application pool

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_scadmin

    SCAdmin - Credential for the Admin application pool

  • dsc_scadminusername

    SCAdminUsername - Output username of the Admin application pool serivce.

  • dsc_scprovider

    SCProvider - Credential for the Provider application pool

  • dsc_scproviderusername

    SCProviderUsername - Output username of the Provider application pool serivce.

  • dsc_scusage

    SCUsage - Credential for the Usage application pool

  • dsc_scusageusername

    SCUsageUsername - Output username of the Usage application pool serivce.

  • dsc_scvmm

    SCVMM - Credential for the VMM application pool.

  • dsc_scvmmusername

    SCVMMUsername - Output username of the VMM application pool serivce.

  • dsc_sendceipreports

    SendCEIPReports - Participate in the Customer Experience Improvement Program.

  • dsc_setupcredential

    SetupCredential - Credential to be used to perform the installation.

  • dsc_sourcefolder

    SourceFolder - Folder within the source path containing the source files for installation.

  • dsc_sourcepath

    SourcePath - UNC path to the root of the source files for installation.

  • dsc_specifycertificate

    SpecifyCertificate - Use an existing certificate.

    Supported values:
    • true
    • false
  • dsc_usagesecuritygroupusers

    UsageSecurityGroupUsers - Administrator of the Usage application pool

  • dsc_usemicrosoftupdate

    UseMicrosoftUpdate - Use Microsoft Update.

  • dsc_vmmsecuritygroupusers

    VMMSecurityGroupUsers - Administrator of the VMM application pool.

  • dsc_websiteportnumber

    WebSitePortNumber - Port for the SPF web service.

  • name (namevar)
  • provider

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