TestimoX

API Reference

Class

LapsComputerInfo

Namespace ADPlayground.Computers
Assembly ADPlayground

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.

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.