Populate the "Application Server Technology Group" group with instances of the Application Server.

Microsoft.Windows.AppServer.Library.Group.Technology.Discovery (Discovery)

This discovery populates the "Application Server Technology Group" group with instance of the Application Server Managed Entity regardless of version.

Element properties:

TargetMicrosoft.Windows.AppServer.Library.Group.Technology
EnabledTrue
RemotableFalse

Member Modules:

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

Source Code:

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