API Reference
Class
BuiltInAdministratorOptions
Options controlling how the built-in domain Administrator account is evaluated.
Inheritance
- Object
- BuiltInAdministratorOptions
Constructors
public BuiltInAdministratorOptions() #Inherited Methods
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.