TestimoX

API Reference

Class

ComputerCompactView

Namespace ADPlayground.Computers
Assembly ADPlayground
Modifiers sealed

Compact, UI-friendly computer projection.

Inheritance

  • Object
  • ComputerCompactView

Constructors

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.