TestimoX

API Reference

Class

KrbtgtHealthSnapshot

Namespace ADPlayground.Kerberos
Assembly ADPlayground
Modifiers sealed

Aggregated health information for the krbtgt account in a domain.

Inheritance

  • Object
  • KrbtgtHealthSnapshot

Constructors

Properties

public String DomainName { get; set; } #

DNS domain name this snapshot represents.

public Nullable<Int32> KeyVersionNumber { get; set; } #

Current krbtgt key version number (KVNO) when available.

public Nullable<DateTime> PasswordLastSet { get; set; } #

Timestamp of the last password set for krbtgt (UTC) when available.

public Nullable<Int32> PasswordAgeDays { get; set; } #

Age of the krbtgt password in days, when available.

public Boolean ExceedsAgeThreshold { get; set; } #

True when the krbtgt password age exceeds the configured threshold.

public Int32 OrphanedRodcCount { get; set; } #

Number of RODCs with orphaned krbtgt references.

public IReadOnlyList<String> OrphanedRodcs { get; set; } #

List of orphaned RODC names associated with krbtgt entries.