TestimoX

API Reference

Class

SysvolDfsrMaintenance

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers static

Provides maintenance operations for SYSVOL DFSR replication.

Inheritance

  • Object
  • SysvolDfsrMaintenance

Methods

ClearStaging 2 overloads
public static Boolean ClearStaging(String computerName) #
Returns: Boolean

Clears the DFSR staging folders on the specified domain controller.

Parameters

computerName System.String requiredposition: 0
Target domain controller name.

Returns

true when cleanup succeeds; otherwise false.

public static Boolean ClearStaging(String computerName, WmiOptions options) #
Returns: Boolean

Clears the DFSR staging folders on the specified domain controller.

Parameters

computerName System.String requiredposition: 0
Target domain controller name.
options ComputerX.Wmi.WmiOptions requiredposition: 1
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 requiredposition: 0
Target domain controller name.

Returns

Backlog file count or null when unavailable.