AD-Agentzuweisung: Es ist mindestens ein Domänenkonto für die Benutzerrolle des Administrators erforderlich.

Microsoft.SystemCenter.ADAssignment.NeedsDomainAccount.Alert (Rule)

Die Domänensicherheitsgruppe muss der Benutzerrolle des Administrators hinzugefügt werden.

Knowledge Base article:

Zusammenfassung

Mit dieser Warnung wird signalisiert, dass eine Agentzuweisungsregel für die AD-Integration nicht erfolgreich abgeschlossen werden konnte, da kein Domänenkonto gefunden wurde, das Mitglied der Benutzerrolle "Operations Manager-Administratoren" ist. Agents können erst dann ermitteln, an welchen Server sie berichten sollen, wenn dieses Problem gelöst ist.

Ursachen

Mindestens ein Mitglied der Benutzerrolle "Operations Manager-Administratoren" muss eine Domänensicherheitsgruppe sein und MOMADAdmin als Parameter bereitgestellt werden, damit die AD-basierte Agentzuweisungsregel ordnungsgemäß funktionieren kann.

Lösungen

Fügen Sie die Sicherheitsgruppe, die als Parameter für MOMADAdmin.exe bereitgestellt wurde, der Benutzerrolle "Operations Manager-Administratoren" hinzu.

Element properties:

TargetMicrosoft.SystemCenter.ADAssignmentResourcePool
CategoryOperations
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
AD-Agentzuweisung: Es ist mindestens ein Domänenkonto für die Benutzerrolle des Administrators erforderlich.
{0}
Event LogOperations Manager

Member Modules:

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

Source Code:

<Rule ID="Microsoft.SystemCenter.ADAssignment.NeedsDomainAccount.Alert" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.ADAssignmentResourcePool" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Operations</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>.</ComputerName>
<LogName>Operations Manager</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Health Service Modules</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<Value Type="String">$Target/ManagementGroup/Name$</Value>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<XPathQuery Type="String">Params/Param[1]</XPathQuery>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">11467</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertName/>
<AlertDescription/>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.SystemCenter.ADAssignment.NeedsDomainAccount.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/PublisherName$</SuppressionValue>
<SuppressionValue>$Data/Params/Param[1]$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>