ユーザーまたはコンピュータ名を判断できません。

Windows_cannot_determine_the_user_or_computer_name._5_Rule (Rule)

Knowledge Base article:

概要

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

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

サンプル イベント:

ユーザーまたはコンピュータ名を判断できません。(%1). グループ ポリシーの処理は中止されました。

解決方法

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

外部

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

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

Element properties:

TargetMicrosoft.Windows.Server.2003.AD.DomainControllerRole
CategoryEventCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
ユーザーまたはコンピュータ名を判断できません。
{0}
Event LogApplication
CommentMom2005ID='{5605B5CF-AACC-4CFC-BBD6-4D25A12064B3}';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="Windows_cannot_determine_the_user_or_computer_name._5_Rule" Comment="Mom2005ID='{5605B5CF-AACC-4CFC-BBD6-4D25A12064B3}';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>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>UserEnv</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesMOM2005RegularExpression</Operator>
<Pattern>^(1053|1055)$</Pattern>
</RegExExpression>
</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>1</Severity>
<AlertOwner>$Data/PublisherName$</AlertOwner>
<AlertMessageId>$MPElement[Name="Windows_cannot_determine_the_user_or_computer_name._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>