TestimoX

API Reference

Class

Diagnostics (DnsPrimaryZoneNameServerPostureService)

Namespace ADPlayground.Dns.DnsPrimaryZoneNameServerPostureService
Assembly ADPlayground
Modifiers sealed

Diagnostic details captured during posture evaluation.

Inheritance

  • Object
  • Diagnostics

Constructors

Properties

public String DomainController { get; set; } #

Gets or sets the queried DNS server.

public String ZoneName { get; set; } #

Gets or sets the normalized zone name.

public Int32 ExpectedNameServerCount { get; set; } #

Gets or sets the expected domain controller count.

public Int32 CollectedNameServerCount { get; set; } #

Gets or sets the collected name server count.

public Boolean ZoneFound { get; set; } #

Gets or sets whether the primary zone was found on the queried server.

public Boolean ZoneQuerySucceeded { get; set; } #

Gets or sets whether the zone-configuration query succeeded.