Harmonogram szybkiej kontroli

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

Knowledge Base article:

Podsumowanie

Ten obiekt monitoruje kondycję harmonogramów szybkiej kontroli na komputerze.

Jeśli uruchamianie szybkiej kontroli nie jest zaplanowane, nie będzie przeprowadzane wykrywanie, zgłaszanie i potencjalne naprawianie uszkodzeń danych. Przez to uszkodzenia mogą być wykrywane zbyt późno, aby odzyskać dane z kopii zapasowej, lub gdy na dysku będzie zbyt ich wiele.

Przyczyny

Harmonogram szybkiej kontroli nie jest włączony.

Rozwiązanie

Utwórz lub włącz harmonogram szybkiej kontroli przy użyciu poleceń cmdlet programu Powershell New-DedupSchedule i Set-DedupSchedule.

Dodatkowe informacje

Deduplication Cmdlets in Windows PowerShell (Polecenia cmdlet deduplikacji programu 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
Nie włączono żadnych harmonogramów szybkiej kontroli deduplikacji
Na komputerze {0} jest włączona deduplikacja. Nie ma jednak włączonego żadnego harmonogramu szybkiej kontroli.
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>