API Reference
Class
KrbtgtHealthService
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
public static KrbtgtHealthSnapshot GetSnapshot(String domainName, Int32 ageThresholdDays = 180) #Returns:
KrbtgtHealthSnapshotGets a snapshot for a single domain.
Parameters
- domainName System.String
- ageThresholdDays System.Int32 = 180