TestimoX

API Reference

Class

LapsComputerInfo

Namespace ADPlayground.Computers
Assembly ADPlayground

Represents LAPS information for a computer account.

Inheritance

  • Object
  • LapsComputerInfo

Constructors

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.