API Reference
Class
DnsDcLocatorIntegrityService
Evaluates Active Directory domain controller locator SRV records.
Inheritance
- Object
- DnsDcLocatorIntegrityService
Methods
Evaluate 2 overloads
public static DnsDcLocatorIntegritySnapshot Evaluate(Options options) #Returns:
DnsDcLocatorIntegritySnapshotCollects DNS inventory and evaluates DC locator records.
Parameters
- options ADPlayground.Dns.DnsDcLocatorIntegrityService.Options
public static DnsDcLocatorIntegritySnapshot Evaluate(DnsRecordInventorySnapshot inventory, Options options = null) #Returns:
DnsDcLocatorIntegritySnapshotEvaluates DC locator records from an existing inventory snapshot.
Parameters
- inventory ADPlayground.Dns.DnsRecordInventorySnapshot
- options ADPlayground.Dns.DnsDcLocatorIntegrityService.Options = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object