API Reference
Class
BuiltInAdministratorSnapshot
Snapshot describing the built-in domain Administrator account posture.
Inheritance
- Object
- BuiltInAdministratorSnapshot
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public BuiltInAdministratorSnapshot() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.