AD 用戶端無伺服器繫結

AD_Client_Serverless_Bind.Monitor (UnitMonitor)

Knowledge Base article:

摘要

AD 用戶端無伺服器繫結監視。此監視會執行無伺服器繫結,並確認所傳回的網域控制站位於用戶端站台內,或系統管理員定義為「涵蓋」站台的站台內。

此測試的目的是確認用戶端能夠在其網域中找到附近的網域控制站。當回應的網域控制站處於不同站台時,會產生參考警示。若網域中沒有可用的網域控制站,則會產生警告警示。

設定

間隔 (秒) 預設為 900。

解決方式

如需詳細資料,請參閱此監視所產生的事件及警示。

Element properties:

TargetMicrosoft.Windows.Server.AD.ClientPerspective
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
Alert Auto ResolveTrue
Monitor TypeAD_Client_Serverless_Bind.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message
AD 用戶端監視:AD 無伺服器繫結無法執行或回應太慢
{0}
RunAsDefault

Source Code:

<UnitMonitor ID="AD_Client_Serverless_Bind.Monitor" Target="AD!Microsoft.Windows.Server.AD.ClientPerspective" TypeID="AD_Client_Serverless_Bind.Monitortype" Accessibility="Public" Enabled="onStandardMonitoring" Remotable="false" ParentMonitorID="SystemHealth!System.Health.AvailabilityState">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="AD_Client_Serverless_Bind.Monitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Property[@Name='ErrorString']$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState HealthState="Success" MonitorTypeStateID="ClientSrvlessBindOK" ID="ClientSrvlessBindOK"/>
<OperationalState HealthState="Error" MonitorTypeStateID="ClientSrvlessBindError" ID="ClientSrvlessBindError"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>900</IntervalSeconds>
<TargetComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</TargetComputerName>
<LogSuccessEvent>true</LogSuccessEvent>
<TimeoutSeconds>120</TimeoutSeconds>
</Configuration>
</UnitMonitor>