TestimoX

API Reference

Class

ExpiredUserEntry

Namespace ADPlayground.DirectoryOps
Assembly ADPlayground
Modifiers sealed

A single expired user entry returned by ExpiredUsersService.

Inheritance

  • Object
  • ExpiredUserEntry

Constructors

Properties

public String DistinguishedName { get; set; } #

Distinguished name.

public String CommonName { get; set; } #

Common name (cn).

public String SamAccountName { get; set; } #

sAMAccountName.

public String UserPrincipalName { get; set; } #

Optional userPrincipalName.

public String DisplayName { get; set; } #

Optional displayName.

public String Mail { get; set; } #

Optional mail attribute.

public Nullable<DateTime> AccountExpiresUtc { get; set; } #

accountExpires time (UTC), if present and parseable.

public Boolean Enabled { get; set; } #

True when the account is enabled (UAC does not include ACCOUNTDISABLE).

public Int32 UserAccountControl { get; set; } #

Raw userAccountControl.

public Nullable<DateTime> WhenChangedUtc { get; set; } #

whenChanged time (UTC), if present.

public Nullable<DateTime> WhenCreatedUtc { get; set; } #

whenCreated time (UTC), if present.

public Nullable<DateTime> LastLogonTimestampUtc { get; set; } #

lastLogonTimestamp time (UTC), if present.