API Reference
Class
AdminInactiveAccount
A single privileged account flagged as inactive based on last logon.
Inheritance
- Object
- AdminInactiveAccount
Constructors
public AdminInactiveAccount() #Inherited Methods
Properties
public String DomainName { get; set; } #DNS domain name.
public String SamAccountName { get; set; } #Account sAMAccountName.
public String DisplayName { get; set; } #Optional display name.
public Boolean Enabled { get; set; } #True when the account is enabled.
public Int32 LastLogonDays { get; set; } #Days since last logon (or -1 when unknown).
public Int32 PasswordAgeDays { get; set; } #Days since the password was last set (or -1 when unknown).
public Boolean NeverLoggedOn { get; set; } #True when the account has never logged on.
public String DisplayLabel { get; } #A friendly label combining DisplayName and SamAccountName, falling back to SamAccountName when the display name is not set.