API Reference
Class
ComputerItem
Minimal computer projection for inactivity and password-age posture.
Inheritance
- Object
- ComputerItem
Constructors
public ComputerItem(String DistinguishedName, String Host, Boolean Disabled, Nullable<DateTime> LastLogon, Nullable<DateTime> PasswordLastSet, Nullable<Int32> LastLogonDays, Nullable<Int32> PasswordLastChangedDays) #Minimal computer projection for inactivity and password-age posture.
Parameters
- DistinguishedName System.String
- Host System.String
- Disabled System.Boolean
- LastLogon System.Nullable{System.DateTime}
- PasswordLastSet System.Nullable{System.DateTime}
- LastLogonDays System.Nullable{System.Int32}
- PasswordLastChangedDays System.Nullable{System.Int32}
Methods
public ComputerItem <Clone>$() #Returns:
ComputerItempublic Void Deconstruct(out String DistinguishedName, out String Host, out Boolean Disabled, out Nullable<DateTime> LastLogon, out Nullable<DateTime> PasswordLastSet, out Nullable<Int32> LastLogonDays, out Nullable<Int32> PasswordLastChangedDays) #Returns:
VoidParameters
- DistinguishedName String
- Host String
- Disabled Boolean
- LastLogon Nullable<DateTime>
- PasswordLastSet Nullable<DateTime>
- LastLogonDays Nullable<Int32>
- PasswordLastChangedDays Nullable<Int32>
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public String DistinguishedName { get; set; } #public String Host { get; set; } #public Boolean Disabled { get; set; } #public Nullable<DateTime> LastLogon { get; set; } #public Nullable<DateTime> PasswordLastSet { get; set; } #public Nullable<Int32> LastLogonDays { get; set; } #public Nullable<Int32> PasswordLastChangedDays { get; set; } #