API Reference
Class
ComputerLapsDetailView
Detailed LAPS view including Windows/Legacy/DSRM flavors.
Inheritance
- Object
- ComputerLapsDetailView
Constructors
public ComputerLapsDetailView() #Inherited Methods
Properties
public String SamAccountName { get; set; } #Computer's sAMAccountName.
public String DomainName { get; set; } #DNS domain.
public Boolean HasWindowsLaps { get; set; } #True when Windows LAPS is present.
public Nullable<DateTime> WindowsLapsExpiration { get; set; } #Windows LAPS expiration timestamp.
public Nullable<Int32> WindowsLapsDaysLeft { get; set; } #Days left until Windows LAPS expiration (rounded up).
public Boolean WindowsLapsExpired { get; set; } #True when Windows LAPS has already expired.
public Boolean HasLegacyLaps { get; set; } #True when legacy (LAPS 2015) is present.
public Nullable<DateTime> LegacyLapsExpiration { get; set; } #Legacy LAPS expiration timestamp.
public Nullable<Int32> LegacyLapsDaysLeft { get; set; } #Days left until legacy LAPS expiration (rounded up).
public Boolean LegacyLapsExpired { get; set; } #True when legacy LAPS has already expired.
public Boolean HasWindowsDsrmLaps { get; set; } #True when Windows DSRM LAPS is present.
public Nullable<DateTime> WindowsDsrmLapsExpiration { get; set; } #Windows DSRM LAPS expiration timestamp.
public Nullable<Int32> WindowsDsrmLapsDaysLeft { get; set; } #Days left until Windows DSRM LAPS expiration (rounded up).
public Boolean WindowsDsrmLapsExpired { get; set; } #True when Windows DSRM LAPS has already expired.