Cliente com reinicialização pendente

Microsoft.FEP.AlertForDeploymentPendingRebootAlertRule (Rule)

Esta regra detecta se um ponto de extremidade requer uma reinicialização para concluir a instalação do cliente FEP.

Knowledge Base article:

Resumo

É necessário reiniciar para concluir a instalação do cliente Forefront Endpoint Protection no computador especificado. Reinicie o computador agora.

Causas

Estas são as causas comuns da necessidade de reinicialização para concluir a instalação:

1. O NIS (Serviço de Informação de Rede) exige que uma atualização específica do Windows (KB981889) esteja instalada no computador. Se essa atualização ainda não tiver sido instalada, ela será instalada automaticamente durante a instalação do cliente. Essa atualização requer uma reinicialização.

2. O cliente Forefront Endpoint Protection desinstalou um produto antimalware diferente durante a instalação. Uma alça aberta em um arquivo que esteja sendo desinstalado pode exigir uma reinicialização para concluir a instalação do cliente.

Resoluções

Use a Conexão do Remote Desktop para conectar-se ao computador especificado e reinicie.

Element properties:

TargetMicrosoft.FEP.ProtectedServerCandidate
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityInformation
Alert PriorityLow
RemotableTrue
Alert Message
Instalação do cliente Forefront Endpoint Protection
É necessário reiniciar para concluir a instalação do cliente Microsoft Forefront Endpoint Protection.

Member Modules:

ID Module Type TypeId RunAs 
DeploymentPendingRebootListener DataSource Microsoft.FEP.ProtectedServer.GenerateDeploymentPendingRebootAlertDS Default
DeployRebootRequiredCondition ConditionDetection System.ExpressionFilter Default
GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Microsoft.FEP.AlertForDeploymentPendingRebootAlertRule" Enabled="true" Target="FEPLibrary!Microsoft.FEP.ProtectedServerCandidate" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Custom</Category>
<DataSources>
<DataSource ID="DeploymentPendingRebootListener" TypeID="FEPLibrary!Microsoft.FEP.ProtectedServer.GenerateDeploymentPendingRebootAlertDS">
<IsClientInstalled>$Target/Property[Type="FEPLibrary!Microsoft.FEP.ProtectedServerCandidate"]/IsClientInstalled$</IsClientInstalled>
</DataSource>
</DataSources>
<ConditionDetection ID="DeployRebootRequiredCondition" TypeID="System!System.ExpressionFilter">
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Property[@Name='DeploymentState']</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Restart Required</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</ConditionDetection>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="Health!System.Health.GenerateAlert">
<Priority>0</Priority>
<Severity>0</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.FEP.DeploymentPendingRebootRule.Alert"]$</AlertMessageId>
<Suppression>
<SuppressionValue>$Target/Property[Type="FEPLibrary!Microsoft.FEP.ProtectedServerCandidate"]/ServerId$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>