Discover Network Adapters (Only Enabled)

Microsoft.Windows.Client.Win7.NetworkAdapter.Discovery (Discovery)

This rule uses WMI to discover all network adapters reported by Windows.

Knowledge Base article:

Summary

This Discovery Rule discovers and populates the Windows 7 class named “Windows 7 Network Adapter” with instances Network Adapters that are discovered on Windows 7.

Element properties:

TargetMicrosoft.Windows.Client.Win7.OperatingSystem
EnabledTrue
Frequency14400
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.Client.Win7.NetworkAdapterDiscovery.ModuleType Default

Source Code:

<Discovery ID="Microsoft.Windows.Client.Win7.NetworkAdapter.Discovery" Enabled="true" Target="Microsoft.Windows.Client.Win7.OperatingSystem">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.Windows.Client.Win7.NetworkAdapter">
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
<Property TypeID="Windows!Microsoft.Windows.LogicalDevice" PropertyID="DeviceID"/>
<Property TypeID="Windows!Microsoft.Windows.LogicalDevice" PropertyID="Name"/>
<Property TypeID="Windows!Microsoft.Windows.LogicalDevice" PropertyID="Description"/>
<Property TypeID="WindowsClient!Microsoft.Windows.Client.NetworkAdapter" PropertyID="AdapterType"/>
<Property TypeID="WindowsClient!Microsoft.Windows.Client.NetworkAdapter" PropertyID="Index"/>
<Property TypeID="WindowsClient!Microsoft.Windows.Client.NetworkAdapter" PropertyID="Manufacturer"/>
<Property TypeID="WindowsClient!Microsoft.Windows.Client.NetworkAdapter" PropertyID="MACAddress"/>
<Property TypeID="WindowsClient!Microsoft.Windows.Client.NetworkAdapter" PropertyID="ServiceName"/>
<Property TypeID="WindowsClient!Microsoft.Windows.Client.NetworkAdapter" PropertyID="PerfmonInstance"/>
</DiscoveryClass>
<DiscoveryRelationship TypeID="Windows!Microsoft.Windows.ComputerHostsLogicalDevice"/>
</DiscoveryTypes>
<DataSource ID="DiscoveryDataSource" TypeID="Microsoft.Windows.Client.Win7.NetworkAdapterDiscovery.ModuleType">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ComputerID>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerID>
<IntervalSeconds>14400</IntervalSeconds>
<TimeoutSeconds>360</TimeoutSeconds>
<DiscoverDisabledNetworkAdapters>false</DiscoverDisabledNetworkAdapters>
</DataSource>
</Discovery>