TestimoX

API Reference

Class

TrustsInactiveEvaluator

Namespace ADPlayground.Trusts
Assembly ADPlayground
Modifiers static

Evaluates trusts that appear potentially inactive (no changes for longer than a threshold). Wraps LDAP lookups and trust enumeration; rules consume only this typed view.

Inheritance

  • Object
  • TrustsInactiveEvaluator

Methods

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

Finds trusts whose last change exceeds the threshold.

Parameters

domainName System.String requiredposition: 0
DNS name of the domain.
thresholdDays System.Int32 = 365 optionalposition: 1
Days since last change to consider inactive.

Returns

View containing stale trust rows.