Skip to content

Latest commit

 

History

History
96 lines (77 loc) · 2.3 KB

File metadata and controls

96 lines (77 loc) · 2.3 KB

DSC Resource 'ScomComponents'

ScomComponents installs and configures System Center Operations Manager (SCOM) components.

When to use 'ScomComponents'

Use this resource when you need to install SCOM components such as the Management Server, Gateway Server, Web Console, or Operations Console. It automates the deployment of SCOM infrastructure roles as part of your monitoring solution.

Source

DSC Resource

Documentation

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

Components

Hashtable[]

set of SCOM components

Table 2. Attributes of category 'ScomComponents/Components'
Parameter Attribute DataType Description Allowed Values
Example
ScomComponents:
  Components:
    - Role: NativeConsole # No more properties
      SourcePath: X:\
    - Role: FirstManagementServer
      SourcePath: X:\
      ManagementGroupName : MG1
      DataReader : '[ENC=PE9ianMgVmVy...=]'
      DataWriter : '[ENC=PE9ianMgVmVy...=]'
      SqlServerInstance : SQ1
      SqlInstancePort : 1234
      DwSqlInstancePort : 4567
      DwSqlServerInstance : SQ2
      ProductKey : AAA-BBB-CCC-DDD
      InstallLocation : C:\SCOM
      ManagementServicePort : 5723
      ActionAccount : '[ENC=PE9ianMgVmVy...=]'
      DASAccount : '[ENC=PE9ianMgVmVy...=]'
      DatabaseName : OpsManagerDB
      DwDatabaseName : DwOpsManagerDB
      UseMicrosoftUpdate : false