Resource Type: dsc_xscommanagementpack

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

Overview

The DSC xSCOMManagementPack resource type. Automatically generated from ‘xSCOM/DSCResources/MSFT_xSCOMManagementPack/MSFT_xSCOMManagementPack.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_minversion

    MinVersion - Minimum version of the Management Pack, overridden by Version if both set.

  • dsc_name

    Name - Name of the Management Pack.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_scomadmincredential

    SCOMAdminCredential - Credential with admin permissions to Operations Manager.

  • dsc_sourcefile

    SourceFile - Name of the file in the source folder for the Management Pack.

  • 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, if omitted the Operations Manager installation folder will be used.

  • dsc_version

    Version - Specific version of the Management Pack, overrides MinVersion if both set.

  • name (namevar)
  • provider

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