API Reference
Class
ComputerCompactView
Compact, UI-friendly computer projection.
Inheritance
- Object
- ComputerCompactView
Constructors
public ComputerCompactView() #Inherited Methods
Properties
public String SamAccountName { get; set; } #Computer's sAMAccountName.
public String DomainName { get; set; } #DNS domain.
public Boolean IsServer { get; set; } #True when server OS.
public Boolean Enabled { get; set; } #True when account is enabled.
public Boolean HasLaps { get; set; } #True when any LAPS is present.
public Nullable<DateTime> LapsExpiration { get; set; } #Effective LAPS expiration.
public Boolean UnconstrainedDelegation { get; set; } #True when unconstrained delegation is enabled.
public Boolean ConstrainedDelegation { get; set; } #True when constrained delegation is configured.