API Reference
Class
ComputerLapsView
Minimal LAPS view (effective expiration and days left).
Inheritance
- Object
- ComputerLapsView
Constructors
public ComputerLapsView() #Inherited Methods
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).