Populate Microsoft Office SharePoint Portal Server 2003 Server Role Discovery Rule

Microsoft.SharePointPortalServer.2003.ServerRole.Discovery.Rule (Discovery)

Knowledge Base article:

Summary

This Discovery Rule discovers and populates the SharePoint Portal 2003 Server Type named “SPS 2003 Role” with instances of the SPS Server Role.

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.SharePointPortalServer.2003.Discovery.ModuleType Default

Source Code:

<Discovery ID="Microsoft.SharePointPortalServer.2003.ServerRole.Discovery.Rule" Target="Windows!Microsoft.Windows.Server.Computer" Enabled="onEssentialMonitoring" Remotable="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SharePointPortalServer.2003.ServerRole"/>
</DiscoveryTypes>
<DataSource ID="DiscoveryDataSource" TypeID="Microsoft.SharePointPortalServer.2003.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>