Resource Type: dsc_xscdpmserversetup

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

Overview

The DSC xSCDPMServerSetup resource type. Automatically generated from ‘xSCDPM/DSCResources/MSFT_xSCDPMServerSetup/MSFT_xSCDPMServerSetup.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_companyname

    CompanyName - Company name that the software will be registered to.

  • dsc_ensure

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

  • dsc_productkey

    ProductKey - Product key for licensed installations.

  • dsc_programfiles

    ProgramFiles - Installation path for the software.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_reportinginstancename

    ReportingInstanceName - SQL instance for reporting.

  • dsc_reportingmachinecredential

    ReportingMachineCredential - Credential to be used to access SQL reporting for DPM at installation time.

  • dsc_reportingmachinename

    ReportingMachineName - Name of the SQL server for reporting.

  • 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 filesfor installation.

  • dsc_username

    UserName - User name that the software will be registered to.

  • dsc_yukoninstancename

    YukonInstanceName - SQL instance for the DPM database.

  • dsc_yukonmachinecredential

    YukonMachineCredential - Credential to be used to access the SQL instance for DPM at installation time.

  • dsc_yukonmachinename

    YukonMachineName - Name of the SQL server for the DPM database.

  • name (namevar)
  • provider

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