TestimoX

API Reference

Class

BuiltInAdministratorSnapshot

Namespace ADPlayground.Users
Assembly ADPlayground
Modifiers sealed

Snapshot describing the built-in domain Administrator account posture.

Inheritance

  • Object
  • BuiltInAdministratorSnapshot

Constructors

public BuiltInAdministratorSnapshot() #

Properties

public String DomainName { get; set; } #

DNS domain name the snapshot represents.

public Boolean AccountFound { get; set; } #

True when the RID‑500 account could be located.

public String SamAccountName { get; set; } #

Account sAMAccountName (often Administrator, may be renamed).

public String DisplayName { get; set; } #

Optional display name.

public Boolean Enabled { get; set; } #

True when the RID‑500 account is enabled.

public Boolean NeverLoggedOn { get; set; } #

True when the account has never logged on.

public Int32 PasswordAgeDays { get; set; } #

Days since the password was last set (or -1 when unknown).

public Int32 LastLogonDays { get; set; } #

Days since the last logon (or -1 when unknown).

public Int32 ThresholdDays { get; set; } #

Password age threshold applied during evaluation.

public Boolean PasswordExceedsThreshold { get; set; } #

True when PasswordAgeDays exceeds ThresholdDays.