[KULLANIM DIŞI] İki etki alanı arasındaki güven ilişkisiyle ilgili bir sorun algılandı

A_problem_has_been_detected_with_the_trust_relationship_between_two_domains (Rule)

Knowledge Base article:

Özet

Güvenle ilgili bir sorun algılandı. Güven sorunu düzeltmek için otomatik olarak sıfırlandı.

Nedenler

Uyarı açıklaması oluşan hatayı açıklar.

Çözümler

Bu ilk uyarıysa, başka işleme gerek yoktur. Betik AD Güveni İzleme sorunu çözmeyi deneyecek.

Birden fazla uyarı aldıysanız, güveni el ile sıfırlamak için NLTEST /SC_RESET:xxx'i kullanın.

Element properties:

TargetMicrosoft.Windows.Server.2008.AD.DomainControllerRole
CategoryEventCollection
EnabledFalse
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableFalse
Alert Message
[KULLANIM DIŞI] İki etki alanı arasındaki güven ilişkisiyle ilgili bir sorun algılandı
{0}
Event LogOperations Manager

Member Modules:

ID Module Type TypeId RunAs 
EventDS DataSource Microsoft.Windows.EventProvider Default
GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="A_problem_has_been_detected_with_the_trust_relationship_between_two_domains" Enabled="false" Target="AD2008Core!Microsoft.Windows.Server.2008.AD.DomainControllerRole" ConfirmDelivery="false" Remotable="false" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="EventDS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Operations Manager</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>Params/Param[1]</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>AD Monitor Trusts</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesMOM2005RegularExpression</Operator>
<Pattern>^(83)$</Pattern>
</RegExExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="A_problem_has_been_detected_with_the_trust_relationship_between_two_domains.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>