API Reference
Class
LapsComputerInfo
Represents LAPS information for a computer account.
Inheritance
- Object
- LapsComputerInfo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public LapsComputerInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.