API Reference
Class
KrbtgtHealthSnapshot
Aggregated health information for the krbtgt account in a domain.
Inheritance
- Object
- KrbtgtHealthSnapshot
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public KrbtgtHealthSnapshot() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.