TestimoX

API Reference

Enum

DirectoryDiscoveryIssueType

Namespace ADPlayground.Diagnostics
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Category of directory discovery issues detected in the environment.

Inheritance

  • Enum
  • DirectoryDiscoveryIssueType

Values

public const DirectoryDiscoveryIssueType DnsSrvMissingForDomainController #

Domain controller is missing from DNS SRV records.

Value: 0
public const DirectoryDiscoveryIssueType DnsSrvStaleEntry #

DNS SRV record points to a host that is not a domain controller.

Value: 1
public const DirectoryDiscoveryIssueType DnsHostRecordMissing #

Domain controller host name does not resolve to any IP address.

Value: 2
public const DirectoryDiscoveryIssueType DirectoryComputerObjectMissingForServer #

Server object exists in Sites but the DC computer object is missing.

Value: 3
public const DirectoryDiscoveryIssueType DirectoryServerObjectMissingForComputer #

DC computer object exists but the Sites server object is missing.

Value: 4
public const DirectoryDiscoveryIssueType DirectoryNtdsSettingsMissingForServer #

Server object exists but the NTDS Settings object is missing.

Value: 5
public const DirectoryDiscoveryIssueType DirectoryServerObjectMissingForNtds #

NTDS Settings object references a server object that cannot be resolved.

Value: 6