Microsoft Windows Windows Explorer Discovery Rule

Microsoft.Windows.Explorer.Discovery (Discovery)

Knowledge Base article:

Summary

This Discovery Rule discovers and populates the Type named “Windows Vista Explorer” with instances of the Windows Vista version of Explorer.

Element properties:

TargetMicrosoft.Windows.Client.Computer
EnabledTrue
Frequency86400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:
Discovered relationships and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DiscoveryDataSource DataSource Microsoft.Windows.Explorer.Discovery.ModuleType Default

Source Code:

<Discovery ID="Microsoft.Windows.Explorer.Discovery" Enabled="true" Target="Windows!Microsoft.Windows.Client.Computer" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.Windows.Vista.Explorer">
<Property TypeID="IWCommon!Microsoft.Windows.Explorer" PropertyID="Version"/>
<Property TypeID="IWCommon!Microsoft.Windows.Explorer" PropertyID="FileName"/>
<Property TypeID="IWCommon!Microsoft.Windows.Explorer" PropertyID="FilePath"/>
<Property TypeID="IWCommon!Microsoft.Windows.Explorer" PropertyID="PerfCounterName"/>
</DiscoveryClass>
<DiscoveryClass TypeID="Microsoft.Windows.XP.Explorer">
<Property TypeID="IWCommon!Microsoft.Windows.Explorer" PropertyID="Version"/>
<Property TypeID="IWCommon!Microsoft.Windows.Explorer" PropertyID="FileName"/>
<Property TypeID="IWCommon!Microsoft.Windows.Explorer" PropertyID="FilePath"/>
<Property TypeID="IWCommon!Microsoft.Windows.Explorer" PropertyID="PerfCounterName"/>
</DiscoveryClass>
<DiscoveryClass TypeID="Microsoft.Windows.2000.Explorer">
<Property TypeID="IWCommon!Microsoft.Windows.Explorer" PropertyID="Version"/>
<Property TypeID="IWCommon!Microsoft.Windows.Explorer" PropertyID="FileName"/>
<Property TypeID="IWCommon!Microsoft.Windows.Explorer" PropertyID="FilePath"/>
<Property TypeID="IWCommon!Microsoft.Windows.Explorer" PropertyID="PerfCounterName"/>
</DiscoveryClass>
<DiscoveryRelationship TypeID="Windows!Microsoft.Windows.ComputerHostsLocalApplication"/>
</DiscoveryTypes>
<DataSource ID="DiscoveryDataSource" TypeID="Microsoft.Windows.Explorer.Discovery.ModuleType">
<Computer>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Computer>
<NetworkName>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</NetworkName>
<IntervalSeconds>86400</IntervalSeconds>
<TimeoutSeconds>360</TimeoutSeconds>
</DataSource>
</Discovery>