グループ ポリシーをコンピュータ アカウントに適用するときに予期しないエラーが発生しました

Unexpected_Error_applying_group_policy_to_machine_account_5_Rule (Rule)

Knowledge Base article:

概要

UserEnv で、ドメイン コントローラへのグループ ポリシーの適用中にエラーが発生しました。ドメイン コントローラが適切に機能するためには、グループ ポリシーを適用する必要があります。これは、ドメイン コントローラでは、[ネットワーク経由でコンピュータへアクセス] など重要な許可をグループ ポリシーから取得するためです。

UserEnv のアーキテクチャのため、Microsoft Operations Manager (MOM) は、具体的な問題を直接報告することができません。

原因

「グループ ポリシー クライアント側の拡張子 Security にフラグ (17) が渡されエラー状態コード (1332) が返されました」と表示されている場合は、グループ ポリシー オブジェクト (GPO) が、既に削除されている Active Directory® ディレクトリ サービスのユーザーまたはグループを参照していることが問題になっています。

解決方法

userenv のログ出力を有効にするには、 http://go.microsoft.com/fwlink/?LinkId=25636 のサポート技術情報の記事 221833「製品版 Windows でユーザー環境デバッグ ログを有効にする方法」を参照してください。ログ ファイルは各エラーの詳細を提供します。

フラグと状態コード フィールドの解釈方法の詳細については、 http://go.microsoft.com/fwlink/?LinkId=30521 のサポート技術情報の記事 312164「USERENV 1000 イベントを解釈する方法」を参照してください。

外部

http://go.microsoft.com/fwlink/?LinkId=25636 のサポート技術情報の記事 221833「製品版 Windows でユーザー環境デバッグ ログを有効にする方法」

http://go.microsoft.com/fwlink/?LinkId=30521 のサポート技術情報の記事 312164「USERENV 1000 イベントを解釈する方法」

詳細については、次を参照してください。

Element properties:

TargetMicrosoft.Windows.Server.2003.AD.DomainControllerRole
CategoryEventCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
グループ ポリシーをコンピュータ アカウントに適用するときに予期しないエラーが発生しました
{0}
Event LogApplication
CommentMom2005ID='{6D145581-6411-4C68-94D0-7D9EA2C5A16C}';MOM2005GroupID=

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
CollectEventData WriteAction Microsoft.SystemCenter.CollectEvent Default
CollectEventDataWarehouse WriteAction Microsoft.SystemCenter.DataWarehouse.PublishEventData Default
GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Unexpected_Error_applying_group_policy_to_machine_account_5_Rule" Comment="Mom2005ID='{6D145581-6411-4C68-94D0-7D9EA2C5A16C}';MOM2005GroupID=" Enabled="onEssentialMonitoring" Target="AD2003Core!Microsoft.Windows.Server.2003.AD.DomainControllerRole" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>1000</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>UserEnv</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>UserName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>System</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertOwner>$Data/PublisherName$</AlertOwner>
<AlertMessageId>$MPElement[Name="Unexpected_Error_applying_group_policy_to_machine_account_5_Rule.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
<WriteAction ID="CollectEventData" TypeID="SC!Microsoft.SystemCenter.CollectEvent"/>
<WriteAction ID="CollectEventDataWarehouse" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishEventData"/>
</WriteActions>
</Rule>