API Reference
Class
SysvolReplicationSnapshot
Snapshot of SYSVOL replication status across domain controllers.
Inheritance
- Object
- SysvolReplicationSnapshot
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public SysvolReplicationSnapshot() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DomainName { get; set; } #DNS name of the domain analyzed.
public IReadOnlyList<SysvolReplicationStatus> StatusByDomainController { get; set; } #Per-domain-controller SYSVOL replication status.
public IReadOnlyList<SysvolReplicationStatus> UsingNtfrs { get; set; } #Subset of domain controllers still using legacy FRS (NTFRS).