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 |
| Parameter | Attribute | DataType | Description | Allowed Values |
|---|---|---|---|---|
Hashtable[] |
set of SCOM 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 : falseSee also