Discovery: SharePoint Server 2010 FAST Search Components Host

Microsoft.FASTSearch.MP.Discovery.Office14Server (Discovery)

Discover SharePoint Server instances using registry detection (HKLM\SOFTWARE\Microsoft\Office Server\14.0)

Knowledge Base article:

Summary

This rule discovers SharePoint Server 2010 instances using registry detection (HKLM\SOFTWARE\Microsoft\Office Server\14.0).

Element properties:

TargetMicrosoft.Windows.Server.Computer
EnabledTrue
Frequency14573
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.FilteredRegistryDiscoveryProvider Default

Source Code:

<Discovery ID="Microsoft.FASTSearch.MP.Discovery.Office14Server" Target="Windows!Microsoft.Windows.Server.Computer" Remotable="false" Enabled="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.FASTSearch.MP.Entity.Office14Server">
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.FilteredRegistryDiscoveryProvider">
<ComputerName>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<RegistryAttributeDefinitions>
<RegistryAttributeDefinition>
<AttributeName>HasO14ServerKey</AttributeName>
<Path>SOFTWARE\Microsoft\Office Server\14.0</Path>
<PathType>0</PathType>
<AttributeType>0</AttributeType>
</RegistryAttributeDefinition>
</RegistryAttributeDefinitions>
<Frequency>14573</Frequency>
<ClassId>$MPElement[Name="Microsoft.FASTSearch.MP.Entity.Office14Server"]$</ClassId>
<InstanceSettings>
<Settings>
<Setting>
<Name>$MPElement[Name="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Name>
<Value>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="System!System.Entity"]/DisplayName$</Name>
<Value>SharePoint Server 2010 FAST Search Components Host ($Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetbiosComputerName$)</Value>
</Setting>
</Settings>
</InstanceSettings>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="Boolean">Values/HasO14ServerKey</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="Boolean">true</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</DataSource>
</Discovery>