Populates the "Application Server 2008 Computer Group" group with Computer instances.

Microsoft.Windows.Server.2008.AppServer.ComputerGroup.Discovery (Discovery)

This discovery populates the "Application Server 2008 Computer Group" group with Computer instances that are running an instance of the 2008 version of Application Server Managed Entity.

Knowledge Base article:

Summary

This discovery populates the "Application Server 2008 Computer Group" group with Computer instances that are running an instance of the 2008 version of Application Server Managed Entity.

Element properties:

TargetMicrosoft.Windows.Server.2008.AppServer.ComputerGroup
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered relationships and their attribuets:

Member Modules:

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

Source Code:

<Discovery ID="Microsoft.Windows.Server.2008.AppServer.ComputerGroup.Discovery" Enabled="true" Target="Microsoft.Windows.Server.2008.AppServer.ComputerGroup" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryRelationship TypeID="SC!Microsoft.SystemCenter.ComputerGroupContainsComputer"/>
</DiscoveryTypes>
<DataSource ID="DiscoveryDataSource" TypeID="SC!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$Target/Id$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="Windows!Microsoft.Windows.Computer"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="SC!Microsoft.SystemCenter.ComputerGroupContainsComputer"]$</RelationshipClass>
<Expression>
<Contains>
<MonitoringClass>$MPElement[Name="Microsoft.Windows.Server.2008.AppServer.Server"]$</MonitoringClass>
</Contains>
</Expression>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>