Reinigingsschema

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

Knowledge Base article:

Samenvatting

Met dit object wordt de status van reinigingsschema's bewaakt op de computer.

Als er geen reinigingstaken zijn ingepland, wordt er niet gezocht naar beschadigde gegevens en worden deze niet gerapporteerd en eventueel gerepareerd. Dit betekent dat beschadigingen mogelijk pas worden gedetecteerd als het al te laat is om de gegevens te herstellen uit een back-up of nadat er al te veel beschadigingen zijn op de schijf.

Oorzaken

Het reinigingsschema is niet ingeschakeld.

Oplossing

Maak of schakel een reinigingsschema in met behulp van de PowerShell-cmdlets New-DedupSchedule en Set-DedupSchedule.

Aanvullend

Cmdlets voor ontdubbeling in 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
Er zijn geen reinigingsschema's voor ontdubbeling ingeschakeld
Op de computer {0} is ontdubbeling ingeschakeld. Er zijn momenteel echter geen reinigingsschema's ingeschakeld.
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>