TestimoX

API Reference

Class

Options (TrustExplorerFilter)

Namespace ADPlayground.Trusts.TrustExplorerFilter
Assembly ADPlayground
Modifiers sealed

Options that control how trust assessments are filtered and grouped.

Inheritance

  • Object
  • Options

Constructors

Properties

public String Forest { get; set; } #

Optional forest DNS name to scope discovery. When null, uses current forest.

public Boolean Recursive { get; set; } #

When true, explores trusts recursively to transitive targets.

public Boolean SkipValidation { get; set; } #

Skip expensive validation of remote domains where possible.

public String Status { get; set; } #

Status filter: "Any", "Active", or "Inactive".

public Int32 InactiveDays { get; set; } #

Days threshold used when Status = Inactive.

public Boolean OldProtocol { get; set; } #

Require old/weak protocol indicators (RC4/No AES/UplevelOnly=false).

public Boolean Impermeability { get; set; } #

Require impermeability issues (SelectiveAuth disabled or SID filtering off).

public String Type { get; set; } #

Type filter: "Any", "Forest", "External", "ParentChild", or "TreeRoot".

public String Direction { get; set; } #

Direction filter: "Any", "Inbound", "Outbound", or "Bidirectional".