API Reference
Class
DirectoryEssentialsLapsBitLocker
Combined LAPS and BitLocker coverage row.
Inheritance
- Object
- DirectoryEssentialsLapsBitLocker
Constructors
public DirectoryEssentialsLapsBitLocker() #Inherited Methods
Properties
public String Name { get; set; } #Computer name.
public String SamAccountName { get; set; } #Computer SAM account name.
public Boolean Enabled { get; set; } #Enabled state.
public String Domain { get; set; } #Domain DNS name.
public String DNSHostName { get; set; } #DNS host name.
public Boolean IsDC { get; set; } #True when the computer is a domain controller.
public Nullable<Boolean> Laps { get; set; } #Legacy LAPS present.
public Nullable<Int32> LapsExpirationDays { get; set; } #Legacy LAPS expiration days.
public Nullable<DateTime> LapsExpirationTime { get; set; } #Legacy LAPS expiration time.
public Nullable<Boolean> WindowsLaps { get; set; } #Windows LAPS present.
public Nullable<Int32> WindowsLapsExpirationDays { get; set; } #Windows LAPS expiration days.
public Nullable<DateTime> WindowsLapsExpirationTime { get; set; } #Windows LAPS expiration time.
public Nullable<Int32> WindowsLapsHistoryCount { get; set; } #Windows LAPS history count.
public Nullable<DateTime> WindowsLapsSetTime { get; set; } #Windows LAPS set time.
public Nullable<Int32> WindowsLapsSetTimeDays { get; set; } #Days since Windows LAPS last set.
public String System { get; set; } #Normalized OS label.
public Nullable<DateTime> LastLogonDate { get; set; } #Last logon timestamp.
public Nullable<Int32> LastLogonDays { get; set; } #Days since last logon.
public Nullable<DateTime> PasswordLastSet { get; set; } #Password last set timestamp.
public Nullable<Int32> PasswordLastChangedDays { get; set; } #Days since password last set.
public String OrganizationalUnit { get; set; } #Organizational unit path.
public String DistinguishedName { get; set; } #Distinguished name.
public Nullable<Boolean> Encrypted { get; set; } #BitLocker encryption present.
public Nullable<DateTime> EncryptedTime { get; set; } #Latest BitLocker recovery time.
public Nullable<Int32> EncryptedDays { get; set; } #Days since latest BitLocker recovery entry.