Populate Microsoft Windows SharePoint Services 2003 Discovery Rule

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

Knowledge Base article:

Summary

This Discovery Rule discovers and populates the Microsoft Windows SharePoint Services Class named “WSS” with instances of Microsoft Windows SharePoint Services 2003 application.

Element properties:

TargetMicrosoft.Windows.Server.Computer
EnabledTrue
Frequency3600
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DiscoveryDataSource DataSource Microsoft.Windows.SharePointServices.2003.AllDiscovery.Discovery.ModuleType Default

Source Code:

<Discovery ID="Microsoft.Windows.SharePointServices.2003.Discovery.Rule" Target="Windows!Microsoft.Windows.Server.Computer" Enabled="onEssentialMonitoring" Remotable="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.Windows.SharePointServices.2003.Service"/>
</DiscoveryTypes>
<DataSource ID="DiscoveryDataSource" TypeID="Microsoft.Windows.SharePointServices.2003.AllDiscovery.Discovery.ModuleType">
<IntervalSeconds>3600</IntervalSeconds>
<TimeoutSeconds>360</TimeoutSeconds>
<ComputerID>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerID>
<ComputerName>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
</DataSource>
</Discovery>