Includes&Samples |
MSFT_DedupJobSchedule, ROOT\Microsoft\Windows\Deduplication - InstancesClass | Methods (1) | Properties (13) | Qualifiers (5) | Instances (3) | Namespaces (2)Samples: VB Script | C# | VB.Net | Search on:Microsoft Instances of MSFT_DedupJobScheduleThis section contains sample wmi instances of MSFT_DedupJobSchedule class with their properties from Microsoft Windows Server 2012 R2 Datacenter Evaluation. Instance \\W2012SDC\ROOT\Microsoft\Windows\Deduplication:MSFT_DedupJobSchedule.Name="BackgroundOptimization"Properties={ 'Days' : null 'DurationHours' : null 'Enabled' : True //Boolean, 0xFFFFFFFF 'Full' : null 'InputOutputThrottleLevel' : 2 //Long, 0x2 'Memory' : 25 //Long, 0x19 'Name' : 'BackgroundOptimization' //String 'Priority' : 1 //Long, 0x1 'ReadOnly' : null 'ScheduledTask' : '\Microsoft\Windows\Deduplication\BackgroundOptimization' //String 'Start' : null 'StopWhenSystemBusy' : True //Boolean, 0xFFFFFFFF 'Type' : 1 //Long, 0x1 } Instance \\W2012SDC\ROOT\Microsoft\Windows\Deduplication:MSFT_DedupJobSchedule.Name="WeeklyGarbageCollection"Properties={ 'Days' : [6] //Variant() 'DurationHours' : 48 //Long, 0x30 'Enabled' : True //Boolean, 0xFFFFFFFF 'Full' : False //Boolean, 0x0 'InputOutputThrottleLevel' : 1 //Long, 0x1 'Memory' : 50 //Long, 0x32 'Name' : 'WeeklyGarbageCollection' //String 'Priority' : 2 //Long, 0x2 'ReadOnly' : False //Boolean, 0x0 'ScheduledTask' : '\Microsoft\Windows\Deduplication\WeeklyGarbageCollection' //String 'Start' : '20140930094500.000000+000' //String 'StopWhenSystemBusy' : True //Boolean, 0xFFFFFFFF 'Type' : 2 //Long, 0x2 } Instance \\W2012SDC\ROOT\Microsoft\Windows\Deduplication:MSFT_DedupJobSchedule.Name="WeeklyScrubbing"Properties={ 'Days' : [6] //Variant() 'DurationHours' : 0 //Long, 0x0 'Enabled' : True //Boolean, 0xFFFFFFFF 'Full' : False //Boolean, 0x0 'InputOutputThrottleLevel' : 1 //Long, 0x1 'Memory' : 50 //Long, 0x32 'Name' : 'WeeklyScrubbing' //String 'Priority' : 2 //Long, 0x2 'ReadOnly' : False //Boolean, 0x0 'ScheduledTask' : '\Microsoft\Windows\Deduplication\WeeklyScrubbing' //String 'Start' : '20140930104500.000000+000' //String 'StopWhenSystemBusy' : True //Boolean, 0xFFFFFFFF 'Type' : 3 //Long, 0x3 } |