TestimoX

API Reference

Class

AdminPasswordAgeEvaluator

Namespace ADPlayground.Users
Assembly ADPlayground
Modifiers static

Evaluates privileged accounts whose password age exceeds a threshold. Returns per‑user records suitable for UI/reporting.

Inheritance

  • Object
  • AdminPasswordAgeEvaluator

Methods

public static View Evaluate(String domainName, Int32 thresholdDays = 365) #
Returns: View

Builds a view of privileged users whose password age exceeds the threshold.

Parameters

domainName System.String requiredposition: 0
DNS name of the domain.
thresholdDays System.Int32 = 365 optionalposition: 1
Max allowed password age in days.

Returns

Domain view with per-user records.