TestimoX

API Reference

Class

SidHistoryLink

Namespace ADPlayground.Users
Assembly ADPlayground
Modifiers sealed

Represents a SIDHistory mapping to an internal account for migration guidance.

Inheritance

  • Object
  • SidHistoryLink

Constructors

Properties

public String AccountDistinguishedName { get; set; } #

Account DN carrying the SIDHistory entry.

public String SamAccountName { get; set; } #

Account SAM name (if available).

public String DisplayName { get; set; } #

Account display name (if available).

public String UserPrincipalName { get; set; } #

User principal name (if available).

public String ObjectSid { get; set; } #

Account primary SID (if available).

public String ObjectClass { get; set; } #

Object class (user/group/computer/etc.).

public String Domain { get; set; } #

DNS domain of the account.

public Nullable<Boolean> Enabled { get; set; } #

True when the account is enabled (null when unknown).

public String PreferredName { get; } #

Preferred display name for reporting.