BizTalk Installation Discovery

Microsoft.BizTalk.Server.2013R2.BizTalkInstallation.Discovery (Discovery)

Discovers instances of BizTalk installation on computers where BizTalk Server is installed.

Knowledge Base article:

Summary

This discovers instances of BizTalk Installation on computers where BizTalk Server is installed.

Element properties:

TargetMicrosoft.Windows.Computer
EnabledTrue
Frequency43200
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
Microsoft.BizTalk.Server.2013R2.BizTalkInstallation.DataSource DataSource Microsoft.Windows.FilteredRegistryDiscoveryProvider Default

Source Code:

<Discovery ID="Microsoft.BizTalk.Server.2013R2.BizTalkInstallation.Discovery" Enabled="true" Target="Windows!Microsoft.Windows.Computer" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="BTSLib!Microsoft.BizTalk.Server.2013R2.BizTalkInstallation">
<Property PropertyID="ComputerName"/>
<Property PropertyID="NetbiosComputerName"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="Microsoft.BizTalk.Server.2013R2.BizTalkInstallation.DataSource" TypeID="Windows!Microsoft.Windows.FilteredRegistryDiscoveryProvider">
<ComputerName>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<RegistryAttributeDefinitions>
<RegistryAttributeDefinition>
<AttributeName>BizTalkServerProductVersion</AttributeName>
<Path>SOFTWARE\Microsoft\BizTalk Server\3.0\ProductVersion</Path>
<PathType>1</PathType>
<AttributeType>1</AttributeType>
</RegistryAttributeDefinition>
<RegistryAttributeDefinition>
<AttributeName>BusinessRulesExists</AttributeName>
<Path>SOFTWARE\Microsoft\BusinessRules\3.0\</Path>
<PathType>0</PathType>
<AttributeType>0</AttributeType>
</RegistryAttributeDefinition>
</RegistryAttributeDefinitions>
<Frequency>43200</Frequency>
<ClassId>$MPElement[Name="BTSLib!Microsoft.BizTalk.Server.2013R2.BizTalkInstallation"]$</ClassId>
<InstanceSettings>
<Settings>
<Setting>
<Name>$MPElement[Name="BTSLib!Microsoft.BizTalk.Server.2013R2.BizTalkInstallation"]/ComputerName$</Name>
<Value>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="BTSLib!Microsoft.BizTalk.Server.2013R2.BizTalkInstallation"]/NetbiosComputerName$</Name>
<Value>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetbiosComputerName$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Name>
<Value>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Value>
</Setting>
</Settings>
</InstanceSettings>
<Expression>
<Or>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="String">Values/BizTalkServerProductVersion</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>^3\.11\.</Pattern>
</RegExExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="Boolean">Values/BusinessRulesExists</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="Boolean">true</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</Or>
</Expression>
</DataSource>
</Discovery>