TestimoX

API Reference

Class

ComputerLapsView

Namespace ADPlayground.Computers
Assembly ADPlayground
Modifiers sealed

Minimal LAPS view (effective expiration and days left).

Inheritance

  • Object
  • ComputerLapsView

Constructors

Properties

public String SamAccountName { get; set; } #

Computer's sAMAccountName.

public String DomainName { get; set; } #

DNS domain.

public Boolean HasLaps { get; set; } #

True when any LAPS flavor is present.

public Nullable<DateTime> LapsExpiration { get; set; } #

Effective LAPS expiration (Windows or legacy).

public Nullable<Int32> LapsDaysLeft { get; set; } #

Computed number of days until expiration (rounded up).