API Reference
Class
AdminPasswordAgeEvaluator
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:
ViewBuilds a view of privileged users whose password age exceeds the threshold.
Parameters
- domainName System.String
- DNS name of the domain.
- thresholdDays System.Int32 = 365
- Max allowed password age in days.
Returns
Domain view with per-user records.