Agenda de Limpeza

Microsoft.Windows.FileServices.Service.Deduplication.6.3.ScrubbingScheduleEnabled (UnitMonitor)

Knowledge Base article:

Resumo

Este objeto monitoriza o estado de funcionamento das agendas de Limpeza do computador.

Quando a execução da Limpeza não se encontrar agendada, não ocorrerá a deteção, relatórios e potencial reparação de dados danificados. Isto significa que os danos poderão ser detetados quando for demasiado tarde para os recuperar a partir de cópias de segurança ou após demasiados danos se terem disseminado pelo disco.

Causas

A agenda de Limpeza não se encontra ativada.

Resolução

Crie ou ative uma agenda de Limpeza utilizando os cmdlets do PowerShell New-DedupSchedule e Set-DedupSchedule.

Adicional

Cmdlets de Eliminação de Duplicados no Windows PowerShell (http://go.microsoft.com/fwlink/?LinkId=255899)

Element properties:

TargetMicrosoft.Windows.FileServices.Service.Deduplication.6.3
Parent MonitorSystem.Health.ConfigurationState
CategoryConfigurationHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.FileServices.Service.Deduplication.6.3.ScheduleJobCheck
RemotableTrue
AccessibilityPublic
Alert Message
Nenhuma Agenda de Limpeza de Eliminação de Duplicados Ativada
O computador {0} tem a eliminação de duplicados ativada. Contudo, não há agendas de limpeza atualmente ativadas.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.FileServices.Service.Deduplication.6.3.ScrubbingScheduleEnabled" TypeID="Microsoft.Windows.FileServices.Service.Deduplication.6.3.ScheduleJobCheck" Accessibility="Public" Target="Microsoft.Windows.FileServices.Service.Deduplication.6.3" Remotable="true" ParentMonitorID="SystemHealth!System.Health.ConfigurationState">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.FileServices.Service.Deduplication.6.3.ScrubbingScheduleEnabled.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState MonitorTypeStateID="ScheduleNotEnabled" HealthState="Warning" ID="ScheduleNotEnabled"/>
<OperationalState MonitorTypeStateID="ScheduleEnabled" HealthState="Success" ID="ScheduleEnabled"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>900</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<SyncTime/>
<PropertyBagValueToCheck>ScrubbingSchedulesEnabled</PropertyBagValueToCheck>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
</Configuration>
</UnitMonitor>