網路介面卡連線健全狀況

Microsoft.Windows.Client.XP.NetworkAdapter.NetworkAdapterConnectionHealth (UnitMonitor)

監視網路介面卡連線的健全狀況。

Knowledge Base article:

摘要

當 Windows® 偵測到網路介面卡與網路已中斷連線且不再具有網路連線能力時,此監視會產生警示。

如果電腦只有單一網路介面卡,則僅在重新建立網路連線後才會出現此警示。在此情況下,不需要採取任何其他動作即可解決警示。

如果電腦具有多個網路介面卡,則在重新建立受影響介面卡的網路連線之前就可能會出現此警示。但是,雖然還有其他介面卡,遠端用戶端與應用程式仍可能難以存取電腦上的資源。此外,本機電腦可能也無法存取某些網路資源。

原因

電腦的網路介面卡中斷與網路的連線。

如果您從網路介面卡上拔除網路纜線,或您正透過行動系統在無線存取點之間漫遊,介面卡與網路的連線可能會中斷。其他可能的原因包括網路問題、防火牆問題、或者網路介面卡或其驅動程式的功能不正常。

解決方式

如果您的電腦透過纜線連接至網路,請確認已正確插入纜線。如果您擁有無線網路連線,請確認您有訊號以及無線網路的適當憑證。

如果網路連線運作正常,請檢查下列可能的原因,並採取修正動作:

Element properties:

TargetMicrosoft.Windows.Client.XP.NetworkAdapter
Parent MonitorSystem.Health.AvailabilityState
CategoryStateCollection
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Client.XP.NetworkAdapter.Monitortype
RemotableTrue
AccessibilityPublic
Alert Message
網路介面卡已中斷連線
網路介面卡 {0} 已與網路中斷連線
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Client.XP.NetworkAdapter.NetworkAdapterConnectionHealth" Accessibility="Public" Enabled="false" Target="Microsoft.Windows.Client.XP.NetworkAdapter" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.Client.XP.NetworkAdapter.Monitortype" ConfirmDelivery="false">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Client.XP.NetworkAdapter.NetworkAdapterConnectionHealth.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="Windows!Microsoft.Windows.LogicalDevice"]/Name$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Disconnected" MonitorTypeStateID="Bad" HealthState="Error"/>
<OperationalState ID="Connected" MonitorTypeStateID="Good" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<DeviceName>$Target/Property[Type="Windows!Microsoft.Windows.LogicalDevice"]/DeviceID$</DeviceName>
<TimeoutSeconds>300</TimeoutSeconds>
<MonitorMediaDisconnection>false</MonitorMediaDisconnection>
<MonitorDisconnection>true</MonitorDisconnection>
<MonitorHardwareMalfunction>false</MonitorHardwareMalfunction>
</Configuration>
</UnitMonitor>