发现网络适配器(仅启用)

Microsoft.Windows.Server.10.0.NetworkAdapter.Discovery (Discovery)

此规则使用 WMI 发现 Windows Server 2016 及更高版本操作系统报告的所有启用的网络适配器。

Knowledge Base article:

摘要

此发现规则可发现名为“Windows Server 2016 及更高版本网络适配器”的 Windows Server 类,并使用在 Windows Server 2016 及更高版本操作系统上发现的网络适配器的实例来填充它。

Element properties:

TargetMicrosoft.Windows.Server.10.0.OperatingSystem
EnabledTrue
Frequency86820
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.Server.10.0.NetworkAdapterDiscovery.ModuleType Default

Source Code:

<Discovery ID="Microsoft.Windows.Server.10.0.NetworkAdapter.Discovery" Enabled="true" Target="Microsoft.Windows.Server.10.0.OperatingSystem">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.Windows.Server.10.0.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="WindowsServer!Microsoft.Windows.Server.NetworkAdapter" PropertyID="AdapterType"/>
<Property TypeID="WindowsServer!Microsoft.Windows.Server.NetworkAdapter" PropertyID="Index"/>
<Property TypeID="WindowsServer!Microsoft.Windows.Server.NetworkAdapter" PropertyID="Manufacturer"/>
<Property TypeID="WindowsServer!Microsoft.Windows.Server.NetworkAdapter" PropertyID="MACAddress"/>
<Property TypeID="WindowsServer!Microsoft.Windows.Server.NetworkAdapter" PropertyID="ServiceName"/>
<Property TypeID="WindowsServer!Microsoft.Windows.Server.NetworkAdapter" PropertyID="PerfmonInstance"/>
</DiscoveryClass>
<DiscoveryRelationship TypeID="Windows!Microsoft.Windows.ComputerHostsLogicalDevice"/>
</DiscoveryTypes>
<DataSource ID="DiscoveryDataSource" TypeID="Microsoft.Windows.Server.10.0.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>86820</IntervalSeconds>
<TimeoutSeconds>360</TimeoutSeconds>
<DiscoverDisabledNetworkAdapters>false</DiscoverDisabledNetworkAdapters>
<UseMacAddress>true</UseMacAddress>
</DataSource>
</Discovery>