Skip to content

Latest commit

 

History

History
74 lines (57 loc) · 1.8 KB

ScomManagementPacks.adoc

File metadata and controls

74 lines (57 loc) · 1.8 KB

DSC Resource 'ScomManagementPacks'

ScomManagementPacks is used to ###TBD###

Source

DSC Resource

Documentation

Table 1. Attributes of category 'ScomManagementPacks'
Parameter Attribute DataType Description Allowed Values

ManagementPacks

Mandatory

Hashtable[]

set of SCOM management packs

Table 2. Attributes of category 'ScomManagementPacks/ManagementPacks'
Parameter Attribute DataType Description Allowed Values
Example
ScomManagementPacks:
  ManagementPacks:
    - Name: CustomPack1
      ManagementPackPath: \\SomeShare\SomePath\MyCustomPack.mp
    - Name: Dsc.ManagedNodes
      ManagementPackContent : |
          <?xml version="1.0" encoding="utf-8"?>
          <ManagementPack ContentReadable="true" SchemaVersion="2.0" OriginalSchemaVersion="1.1" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
            <Abbreviated>...</Abbreviated>
          </ManagementPack>