TestimoX

API Reference

Class

ComputersRollup

Namespace ADPlayground.Computers
Assembly ADPlayground
Modifiers sealed

Aggregated counts used by compact dashboards for computer posture.

Inheritance

  • Object
  • ComputersRollup

Constructors

Properties

public String DomainName { get; set; } #

DNS domain name represented by the rollup.

public Int32 Total { get; set; } #

Total computer objects considered.

public Int32 Servers { get; set; } #

Total server OS computers.

public Int32 Workstations { get; set; } #

Total workstation OS computers.

public Int32 Enabled { get; set; } #

Enabled computer accounts.

public Int32 Disabled { get; set; } #

Disabled computer accounts.

public Int32 LapsTotal { get; set; } #

Computers with any LAPS flavor configured.

public Int32 WindowsLaps { get; set; } #

Computers with Windows LAPS configured.

public Int32 WindowsLapsExpired { get; set; } #

Windows LAPS entries that are currently expired.

public Int32 LegacyLaps { get; set; } #

Computers with legacy (2015) LAPS configured.

public Int32 LegacyLapsExpired { get; set; } #

Legacy LAPS entries that are currently expired.

public Int32 DsrmLaps { get; set; } #

Computers with Windows DSRM LAPS configured.

public Int32 DsrmLapsExpired { get; set; } #

Windows DSRM LAPS entries that are currently expired.

public Int32 UnconstrainedDelegation { get; set; } #

Computers with unconstrained delegation enabled.

public Int32 ConstrainedDelegation { get; set; } #

Computers with constrained delegation configured.

public Int32 Rc4Only { get; set; } #

Computers allowing only RC4 encryption types.

public Int32 AesDisabled { get; set; } #

Computers with AES encryption types disabled.

public Int32 HasRbcd { get; set; } #

Computers with resource‑based constrained delegation (RBCD) present.

public Int32 StaleInactive { get; set; } #

Computers inactive past the configured threshold.

public Int32 OldPassword { get; set; } #

Computers whose password age exceeds the threshold.

public Int32 UnknownLastLogon { get; set; } #

Computers with unknown last logon data.

public Int32 BitLockerWithRecovery { get; set; } #

Computers that have BitLocker and at least one recovery key.

public Int32 BitLockerWithoutRecovery { get; set; } #

Computers that appear to use BitLocker but lack recovery objects.