API Reference
Class
LapsComputerInfo
Represents LAPS information for a computer account.
Inheritance
- Object
- LapsComputerInfo
Constructors
public LapsComputerInfo() #Inherited Methods
Properties
public String Domain { get; set; } #Domain name of the computer account.
public String ComputerName { get; set; } #SAM account name of the computer.
public Nullable<DateTime> PasswordExpiration { get; set; } #Expiration time of the local admin password.
public Boolean HasPassword { get; set; } #Indicates whether the password attribute exists.