TestimoX

API Reference

Class

DnsDcLocatorIntegritySnapshot

Namespace ADPlayground.Dns
Assembly ADPlayground
Modifiers sealed

Domain controller locator DNS integrity analysis result.

Inheritance

  • Object
  • DnsDcLocatorIntegritySnapshot

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public DnsDcLocatorIntegritySnapshot() #

Properties

public String DomainName { get; set; } #

Domain name associated with the analysis.

public String DnsServer { get; set; } #

DNS server that supplied the source inventory.

public Boolean CollectionSucceeded { get; set; } #

True when source inventory collection succeeded.

public String CollectionError { get; set; } #

Collection error details when inventory collection failed.

public DnsCollectionDiagnostics Diagnostics { get; set; } #

Diagnostics captured while collecting the source DNS inventory.

public Int32 LocatorRecordCount { get; set; } #

Total DC locator SRV records evaluated.

public Int32 KnownDomainControllerCount { get; set; } #

Known domain controller names used for target validation.

public Int32 UnresolvedTargetCount { get; set; } #

DC locator SRV targets not present in collected DNS owners.

public Int32 NonDomainControllerTargetCount { get; set; } #

DC locator SRV targets that do not match the known domain controller list.

public Int32 FindingCount { get; } #

Total number of DC locator findings.

public IReadOnlyList<DnsDcLocatorIntegrityFinding> Findings { get; set; } #

Detailed DC locator findings.