Resource Type: dsc_xscomwebconsoleserversetup

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

Overview

The DSC xSCOMWebConsoleServerSetup resource type. Automatically generated from ‘xSCOM/DSCResources/MSFT_xSCOMWebConsoleServerSetup/MSFT_xSCOMWebConsoleServerSetup.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_enableerrorreporting

    EnableErrorReporting - Never: Do not opt in to sending automatic error reports. Queued: Opt in to sending error reports, but queue the reports for review before sending. Always: Opt in to automatically send error reports. Valid values are Never, Queued, Always.

  • dsc_ensure

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

  • dsc_installpath

    InstallPath - Installation path for the software.

  • dsc_managementserver

    ManagementServer - The name of the management server associated with the Reporting server.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_sendceipreports

    SendCEIPReports - 0: Do not opt in to the Customer Experience Improvement Program (CEIP). 1: Opt in to CEIP.

  • dsc_sendodrreports

    SendODRReports - 0: Do not opt in to sending operational data reports. 1: opt in to sending operational data reports.

  • 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_usemicrosoftupdate

    UseMicrosoftUpdate - 0: Do not opt in to Microsoft Update. 1: Opt in to Microsoft Update.

  • dsc_webconsoleauthorizationmode

    WebConsoleAuthorizationMode - Mixed: Used for intranet scenarios. Network: Used for extranet scenarios. Valid values are Mixed, Network.

  • dsc_webconsoleusessl

    WebConsoleUseSSL - Specify only if your website has Secure Sockets Layer (SSL) activated.

    Supported values:
    • true
    • false
  • dsc_websitename

    WebSiteName - The name of the website.

  • name (namevar)
  • provider

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