MSSQL on Windows: Discover Installation Source (seed)

Microsoft.SQLServer.Windows.Discovery.LocalDiscoverySeed (Discovery)

This rule discovers a seed for MSSQL on Windows installation. This object indicates that the particular server computer contains MSSQL on Windows installation.

Knowledge Base article:

Summary

This rule discovers a seed for MSSQL on Windows installation. This object indicates that the particular server computer contains MSSQL on Windows installation.

Overridable Parameters

Name

Description

Default Value

Enabled

Enables or disables the workflow.

Yes

Frequency (seconds)

The recurring interval of time in seconds in which to run the workflow.

14400

Element properties:

TargetMicrosoft.Windows.Server.Computer
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SQLServer.Windows.DataSource.LocalDiscoverySeed Default

Source Code:

<Discovery ID="Microsoft.SQLServer.Windows.Discovery.LocalDiscoverySeed" Enabled="true" Target="Windows!Microsoft.Windows.Server.Computer" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SQLServer.Windows.LocalDiscoverySeed"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.SQLServer.Windows.DataSource.LocalDiscoverySeed">
<PrincipalName>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</PrincipalName>
<IntervalSeconds>14400</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<SyncTime/>
</DataSource>
</Discovery>