TestimoX

API Reference

Class

ComputerItem

Namespace ADPlayground.Computers.ComputersFleetPostureService
Assembly ADPlayground
Implements
IEquatable<ComputerItem>
Modifiers sealed

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 requiredposition: 0
Host System.String requiredposition: 1
Disabled System.Boolean requiredposition: 2
LastLogon System.Nullable{System.DateTime} requiredposition: 3
PasswordLastSet System.Nullable{System.DateTime} requiredposition: 4
LastLogonDays System.Nullable{System.Int32} requiredposition: 5
PasswordLastChangedDays System.Nullable{System.Int32} requiredposition: 6

Methods

public ComputerItem <Clone>$() #
Returns: ComputerItem
public 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: Void

Parameters

DistinguishedName String requiredposition: 0
Host String requiredposition: 1
Disabled Boolean requiredposition: 2
LastLogon Nullable<DateTime> requiredposition: 3
PasswordLastSet Nullable<DateTime> requiredposition: 4
LastLogonDays Nullable<Int32> requiredposition: 5
PasswordLastChangedDays Nullable<Int32> requiredposition: 6
public virtual Boolean Equals(ComputerItem other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public String DistinguishedName { 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; } #