TestimoX

API Reference

Class

KrbtgtHealthService

Namespace ADPlayground.Kerberos
Assembly ADPlayground
Modifiers static

Builds KrbtgtHealthSnapshot objects from existing low-level helpers.

Inheritance

  • Object
  • KrbtgtHealthService

Methods

public static IEnumerable<KrbtgtHealthSnapshot> GetForestSnapshot(Int32 ageThresholdDays = 180) #
Returns: IEnumerable<KrbtgtHealthSnapshot>

Gets snapshots for all domains in the current forest.

Parameters

ageThresholdDays System.Int32 = 180 optionalposition: 0
public static KrbtgtHealthSnapshot GetSnapshot(String domainName, Int32 ageThresholdDays = 180) #
Returns: KrbtgtHealthSnapshot

Gets a snapshot for a single domain.

Parameters

domainName System.String requiredposition: 0
ageThresholdDays System.Int32 = 180 optionalposition: 1