TestimoX

API Reference

Class

View (SysvolReplicationPostureService)

Namespace ADPlayground.DomainControllers.SysvolReplicationPostureService
Assembly ADPlayground
Modifiers sealed

Aggregated SYSVOL replication posture for a domain.

Inheritance

  • Object
  • View

Constructors

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

Properties

public String DomainName { get; set; } #

Evaluated domain DNS name.

public Int32 DomainControllerCount { get; set; } #

Total domain controllers evaluated.

public Int32 UsingDfsrCount { get; set; } #

Total domain controllers using DFSR.

public Int32 UsingNtfrsCount { get; set; } #

Total domain controllers still using NTFRS.

public Int32 DfsrInfoErrorCount { get; set; } #

Total domain controllers with DFSR detail collection errors.

public Int32 BacklogIssueCount { get; set; } #

Total domain controllers with backlog above zero.

public Int32 CriticalEventControllerCount { get; set; } #

Total domain controllers with recent critical SYSVOL events.

public IReadOnlyList<Item> Items { get; set; } #

Per-domain-controller posture items.

public Diagnostics Diagnostics { get; set; } #

Evaluation diagnostics.