TestimoX

API Reference

Class

Item (SysvolReplicationPostureService)

Namespace ADPlayground.DomainControllers.SysvolReplicationPostureService
Assembly ADPlayground
Modifiers sealed

Single domain-controller SYSVOL posture item.

Inheritance

  • Object
  • Item

Constructors

public Item() #
Obsolete("Constructors of types with required members are not supported in this version of your compiler.", true)

Properties

public String DomainController { get; set; } #

Domain controller name.

public String ReplicationEngine { get; set; } #

Replication engine label.

public Boolean UsesDfsr { get; set; } #

True when SYSVOL uses DFSR.

public String DfsrState { get; set; } #

Current DFSR state name when available.

public Nullable<Int64> BacklogFileCount { get; set; } #

DFSR backlog file count when available.

public Nullable<Int64> StagingBacklogFileCount { get; set; } #

DFSR staging backlog file count when available.

public Int32 RecentEventCount { get; set; } #

Recent SYSVOL evidence event count.

public Int32 CriticalEventCount { get; set; } #

Recent critical SYSVOL event count.

public String DfsrInfoError { get; set; } #

DFSR detail collection error when present.

public Boolean HasIssue { get; set; } #

True when the controller should be treated as requiring review.

public String IssueSummary { get; set; } #

Short issue summary for operators.