Microsoft.SystemCenter.ManagementGroupOperations Manager Management Group

Microsoft.SystemCenter.ManagementGroup (ClassType)

This type represents the Operations Manager Management Group.

Element properties:

Base ClassSystem.Service
AbstractFalse
HostedFalse
SingletonTrue
ExtensionFalse
AccessibilityPublic
ElementId7b768fb6-af25-92fb-715a-6c95146eb42d
Commentrepresents the management group (the mom installation with a database

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.SystemCenter.ManagementGroup:
Name  string  Management Group Name The name of a management group. This was supplied during the setup of the first Management Server in the Management Group. false 256  False 
Id  string  Management Group ID The unique identifier for a Management Group. This GUID is generated during setup. false 256  False 
SDKServiceSCP  string  Data Access Service SCP The Service Connection Point (SCP) for the Data Access service. false 256  False 
RootHealthServiceSCP  string  Root Management Server Health Service SCP The Service Connection Point (SCP) for the Root Management Servers Health Service. false 256  False 
CEIPEnabled  bool  Join Customer Experience Improvement Program false 256   
CommunicationPort  int  Communication Port false 256   
ErrorReportingEnabled  int  Send Error Reports false 256   
ErrorReportingQueuingEnabled  int  Automatically Send Error Reports false 256   
OnlineProductKnowledgeUrl  string  Online Product Knowledge URL false 256  False 
SendOperationalDataReports  bool  Send Operational Data Reports false 256   
SDKServerName  string  Data Access Server Name false 256  False 
OperationalDatabaseName  string  Operational Database Name false 256  False 
SQLServerName  string  Operational Database SQL Server false 256  False 
AlertAutoResolvePeriod  int  Alert Auto Resolve Period false 256   
HealthyAlertAutoResolvePeriod  int  Healthy Alert Auto Resolve Period false 256   
TierTimeDifferenceThreshold  int  Tier Time Difference Threshold false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.ManagementGroup" Comment="represents the management group (the mom installation with a database" Accessibility="Public" Abstract="false" Base="System!System.Service" Hosted="false" Singleton="true">
<Property ID="Name" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Id" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SDKServiceSCP" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="RootHealthServiceSCP" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="CEIPEnabled" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="CommunicationPort" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ErrorReportingEnabled" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ErrorReportingQueuingEnabled" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="OnlineProductKnowledgeUrl" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SendOperationalDataReports" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SDKServerName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="OperationalDatabaseName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SQLServerName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="AlertAutoResolvePeriod" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="HealthyAlertAutoResolvePeriod" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="TierTimeDifferenceThreshold" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>