Win32_FolderRedirectionHealthConfiguration class
Represents the health configuration properties for a known folder that is being redirected.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
class Win32_FolderRedirectionHealthConfiguration
{
uint32 LastSyncDurationCautionInHours;
uint32 LastSyncDurationUnhealthyInHours;
};
Members
The Win32_FolderRedirectionHealthConfiguration class has these types of members:
Properties
The Win32_FolderRedirectionHealthConfiguration class has these properties.
-
LastSyncDurationCautionInHours
-
-
Data type: uint32
-
Access type: Read/write
Cautious threshold, in hours. If the number of hours since the last attempted synchronization is greater than or equal to this threshold, the HealthStatus property of the Win32_FolderRedirectionHealth class is set to Caution.
The default value for this property is 240 hours (10 days).
-
-
LastSyncDurationUnhealthyInHours
-
-
Data type: uint32
-
Access type: Read/write
Unhealthy threshold, in hours. If the number of hours since the last attempted synchronization is greater than or equal to this threshold, the HealthStatus property of the Win32_FolderRedirectionHealth class is set to Unhealthy.
The default value for this property is 480 hours (20 days).
-
Requirements
Minimum supported client |
Windows 8 [desktop apps only] |
Minimum supported server |
Windows Server 2012 [desktop apps only] |
Namespace |
Root\CIMv2 |
MOF |
|