그룹 정책 클라이언트 쪽 확장을 실행하지 못했습니다.

The_Group_Policy_client_side_extension_failed_to_execute_5_Rule (Rule)

Knowledge Base article:

요약

이 도메인 컨트롤러에 그룹 정책을 적용하지 못했습니다. 이는 복제 오류의 일반적인 원인이 될 수 있으므로 해결해야 합니다.

UserEnv에서 그룹 정책을 도메인 컨트롤러에 적용하는 동안 오류가 발생했습니다. 도메인 컨트롤러가 제대로 작동하려면 그룹 정책을 문제 없이 적용해야 합니다. 이러한 정책을 통해 도메인 컨트롤러가 네트워크에서 이 컴퓨터에 액세스와 같은 중요한 여러 권한을 얻기 때문입니다.

UserEnv의 아키텍처로 인해 MOM(Microsoft Operations Manager)이 특정 문제를 직접 보고할 수 없습니다.

샘플 이벤트:

그룹 정책 클라이언트 확장 %1을(를) 실행하지 못했습니다. 해당 확장에서 이전에 보고한 모든 오류를 확인하십시오.

해결 방법

userenv 로깅을 사용하려면 http://go.microsoft.com/fwlink/?LinkId=25636에서 기술 자료 문서 221833, "Windows 일반 정품 빌드에서 사용자 환경 디버그 로깅을 설정하는 방법"을 참조하십시오. 로그 파일은 특정 오류에 대한 정보를 제공합니다.

외부 정보

Element properties:

TargetMicrosoft.Windows.Server.2008.AD.DomainControllerRole
CategoryEventCollection
EnabledTrue
Event_ID1085
Event SourceMicrosoft-Windows-GroupPolicy
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
그룹 정책 클라이언트 쪽 확장을 실행하지 못했습니다.
{0}
Event LogSystem
CommentMom2005ID='{91D3022C-2B1C-45FA-8155-795AD85EE0C8}';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="The_Group_Policy_client_side_extension_failed_to_execute_5_Rule" Comment="Mom2005ID='{91D3022C-2B1C-45FA-8155-795AD85EE0C8}';MOM2005GroupID=" Enabled="onEssentialMonitoring" Target="AD2008Core!Microsoft.Windows.Server.2008.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>System</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>1085</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>Microsoft-Windows-GroupPolicy</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="The_Group_Policy_client_side_extension_failed_to_execute_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>