TestimoX

API Reference

Class

BuiltInAdministratorOptions

Namespace ADPlayground.Users
Assembly ADPlayground
Modifiers sealed

Options controlling how the built-in domain Administrator account is evaluated.

Inheritance

  • Object
  • BuiltInAdministratorOptions

Constructors

public BuiltInAdministratorOptions() #

Properties

public Int32 PasswordMaxAgeDays { get; set; } #

Maximum allowed password age in days before the account is considered stale. Defaults to 180 days.

public Boolean ResolveTrueLastLogon { get; set; } #

When true, the service resolves the authoritative lastLogon value across domain controllers. This is slower but provides accurate inactivity calculations.

public Int32 TrueLastLogonDegreeOfParallelism { get; set; } #

Degree of parallelism used when resolving true last logon values. Ignored unless ResolveTrueLastLogon is enabled.