API Reference
Class
Item (AdminPasswordAgeEvaluator)
Per-user row describing an admin account whose password age exceeds the threshold.
Inheritance
- Object
- Item
Constructors
public Item(String SamAccountName, String DistinguishedName, String OrganizationalUnit, Int32 PasswordAgeDays, Boolean PasswordNeverExpires, Boolean Enabled) #Per-user row describing an admin account whose password age exceeds the threshold.
Parameters
- SamAccountName System.String
- User sAMAccountName.
- DistinguishedName System.String
- User distinguished name (DN).
- OrganizationalUnit System.String
- Parent OU/container of the account.
- PasswordAgeDays System.Int32
- Password age in days.
- PasswordNeverExpires System.Boolean
- True when the account has DONT_EXPIRE_PASSWORD set.
- Enabled System.Boolean
- True when the account is enabled.
Methods
public Item <Clone>$() #Returns:
Itempublic Void Deconstruct(out String SamAccountName, out String DistinguishedName, out String OrganizationalUnit, out Int32 PasswordAgeDays, out Boolean PasswordNeverExpires, out Boolean Enabled) #Returns:
VoidParameters
- SamAccountName String
- DistinguishedName String
- OrganizationalUnit String
- PasswordAgeDays Int32
- PasswordNeverExpires Boolean
- Enabled Boolean
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public String SamAccountName { get; set; } #User sAMAccountName.
public String DistinguishedName { get; set; } #User distinguished name (DN).
public String OrganizationalUnit { get; set; } #Parent OU/container of the account.
public Int32 PasswordAgeDays { get; set; } #Password age in days.
public Boolean PasswordNeverExpires { get; set; } #True when the account has DONT_EXPIRE_PASSWORD set.
public Boolean Enabled { get; set; } #True when the account is enabled.