TestimoX

API Reference

Class

AdminRecentLoginEvaluator

Namespace ADPlayground.Users
Assembly ADPlayground
Modifiers static

Evaluates privileged accounts with recent logon activity within a threshold number of days. Returns per‑user records suitable for UI/reporting.

Inheritance

  • Object
  • AdminRecentLoginEvaluator

Methods

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

Builds a view of privileged users who logged in within the threshold.

Parameters

domainName System.String requiredposition: 0
DNS name of the domain.
thresholdDays System.Int32 = 14 optionalposition: 1
Recent logon threshold in days.

Returns

Domain view with per-user records.