Populate Microsoft Windows SharePoint Services 2003 Computer Group Discovery Rule

Microsoft.Windows.SharePointServices.2003.ComputerGroup.Discovery.Rule (Discovery)

Knowledge Base article:

Summary

This Discovery Rule discovers and populates the Windows SharePoint Services Computer group named “WSS 2003 Computer Group” with instances of computers that are running Microsoft Windows SharePoint Services 2003.

Element properties:

TargetMicrosoft.Windows.SharePointServices.2003.ComputerGroup
EnabledTrue
RemotableFalse

Member Modules:

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

Source Code:

<Discovery ID="Microsoft.Windows.SharePointServices.2003.ComputerGroup.Discovery.Rule" Target="Microsoft.Windows.SharePointServices.2003.ComputerGroup" Enabled="onEssentialMonitoring" Remotable="true">
<Category>Discovery</Category>
<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.SharePointServices.2003.Service"]$</MonitoringClass>
</Contains>
</Expression>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>