API Reference
Class
SysvolDfsrMaintenance
Provides maintenance operations for SYSVOL DFSR replication.
Inheritance
- Object
- SysvolDfsrMaintenance
Methods
ClearStaging 2 overloads
public static Boolean ClearStaging(String computerName) #Returns:
BooleanClears the DFSR staging folders on the specified domain controller.
Parameters
- computerName System.String
- Target domain controller name.
Returns
true when cleanup succeeds; otherwise false.
public static Boolean ClearStaging(String computerName, WmiOptions options) #Returns:
BooleanClears the DFSR staging folders on the specified domain controller.
Parameters
- computerName System.String
- Target domain controller name.
- options ComputerX.Wmi.WmiOptions
- Optional WMI options, including credential and timeout overrides.
Returns
true when cleanup succeeds; otherwise false.
public static Nullable<Int64> GetBacklog(String computerName) #Returns:
Nullable<Int64>Gets the DFSR backlog file count for the specified domain controller.
Parameters
- computerName System.String
- Target domain controller name.
Returns
Backlog file count or null when unavailable.