TestimoX

API Reference

Class

DnsDcLocatorIntegrityService

Namespace ADPlayground.Dns
Assembly ADPlayground
Modifiers static

Evaluates Active Directory domain controller locator SRV records.

Inheritance

  • Object
  • DnsDcLocatorIntegrityService

Methods

Evaluate 2 overloads
public static DnsDcLocatorIntegritySnapshot Evaluate(Options options) #
Returns: DnsDcLocatorIntegritySnapshot

Collects DNS inventory and evaluates DC locator records.

Parameters

options ADPlayground.Dns.DnsDcLocatorIntegrityService.Options requiredposition: 0
public static DnsDcLocatorIntegritySnapshot Evaluate(DnsRecordInventorySnapshot inventory, Options options = null) #
Returns: DnsDcLocatorIntegritySnapshot

Evaluates DC locator records from an existing inventory snapshot.

Parameters

inventory ADPlayground.Dns.DnsRecordInventorySnapshot requiredposition: 0
options ADPlayground.Dns.DnsDcLocatorIntegrityService.Options = null optionalposition: 1