Populate Exchange 2003 Computer Group

Microsoft.Exchange.ExchangeComputerGroup.2003.Discovery (Discovery)

This discovery rule populates the Exchange 2003 Computer Group with all Exchange 2003 managed objects

Knowledge Base article:

Summary

This discovery rule auto-populates the group Microsoft Exchange 2003 Server Computer Group. All Windows server systems running Exchange 2003 are automatically populated in this group.

Configuration

This discovery does not require configuration.

Element properties:

TargetMicrosoft.Exchange.ExchangeComputerGroup.2003
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered relationships and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
GroupDiscovery DataSource Microsoft.SystemCenter.GroupPopulator Default

Source Code:

<Discovery ID="Microsoft.Exchange.ExchangeComputerGroup.2003.Discovery" Enabled="onEssentialMonitoring" Target="Microsoft.Exchange.ExchangeComputerGroup.2003" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryRelationship TypeID="SCIGL!Microsoft.SystemCenter.InstanceGroupContainsEntities"/>
</DiscoveryTypes>
<DataSource ID="GroupDiscovery" TypeID="SC!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$MPElement[Name="Microsoft.Exchange.ExchangeComputerGroup.2003"]$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="Microsoft.Exchange.ServerRole.2003"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="SCIGL!Microsoft.SystemCenter.InstanceGroupContainsEntities"]$</RelationshipClass>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>