TestimoX

API Reference

Class

DirectoryDiscoveryDiagnosticsSnapshot

Namespace ADPlayground.Diagnostics
Assembly ADPlayground
Modifiers sealed

Snapshot of directory discovery diagnostics for a forest or domain set.

Inheritance

  • Object
  • DirectoryDiscoveryDiagnosticsSnapshot

Constructors

public DirectoryDiscoveryDiagnosticsSnapshot() #

Properties

public DateTimeOffset GeneratedUtc { get; set; } #

UTC timestamp when the snapshot was generated.

public String ForestName { get; set; } #

Forest name associated with the snapshot when known.

public IReadOnlyList<String> Domains { get; set; } #

Domains that were scanned.

public Int32 DomainCount { get; set; } #

Number of domains scanned.

public Int32 IssueCount { get; set; } #

Total number of issues detected.

public Int32 DnsSrvMissingCount { get; set; } #

Count of DCs missing DNS SRV records.

public Int32 DnsSrvStaleCount { get; set; } #

Count of DNS SRV records pointing to non-DC hosts.

public Int32 DnsHostRecordMissingCount { get; set; } #

Count of DCs missing host A/AAAA records.

public Int32 DirectoryComputerObjectMissingCount { get; set; } #

Count of server objects missing a corresponding computer object.

public Int32 DirectoryServerObjectMissingCount { get; set; } #

Count of computer objects missing a corresponding server object.

public Int32 DirectoryNtdsSettingsMissingCount { get; set; } #

Count of server objects missing NTDS Settings objects.

public Int32 DirectoryServerObjectMissingForNtdsCount { get; set; } #

Count of NTDS Settings entries that could not resolve a server object.

public IReadOnlyList<DirectoryDiscoveryIssue> Issues { get; set; } #

All issues detected in the snapshot.