TestimoX

API Reference

Enum

ComputerView

Namespace ADPlayground.Computers
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Typed projections for computer rows used by UIs and rules.

Inheritance

  • Enum
  • ComputerView

Values

public const ComputerView Default #

Return the original ComputerRecord.

Value: 0
public const ComputerView Base #

Identity/OS + Enabled + LastLogon + PasswordLastSet.

Value: 1
public const ComputerView Security #

Kerberos encryption and delegation posture (no LAPS columns).

Value: 2
public const ComputerView Compact #

Compact identity with a few hygiene flags.

Value: 3
public const ComputerView Laps #

Legacy LAPS view (HasLaps + Effective Expiration).

Value: 4
public const ComputerView LapsSummary #

Windows/Legacy/DSRM presence + expirations + effective kind.

Value: 5
public const ComputerView LapsDetail #

Detailed LAPS breakdown with per-flavor days left/expired flags.

Value: 6
public const ComputerView Delegation #

Delegation posture (un/constrained, RC4/AES flags, RBCD).

Value: 7
public const ComputerView BitLocker #

BitLocker recovery presence and counts.

Value: 8
public const ComputerView Aging #

Stale-focused account aging view.

Value: 9
public const ComputerView Health #

General health roll-up for demos (not for production reports).

Value: 10