TestimoX

API Reference

Class

DuplicateAccountView

Namespace ADPlayground.DirectoryServices.DuplicateAccountService
Assembly ADPlayground
Modifiers sealed

Summary view for duplicate-account posture in a domain.

Inheritance

  • Object
  • DuplicateAccountView

Constructors

public DuplicateAccountView() #
Obsolete("Constructors of types with required members are not supported in this version of your compiler.", true)

Properties

public String DomainName { get; set; } #

DNS domain name evaluated.

public Int32 ConflictObjectCount { get; set; } #

Number of conflict objects found (CN contains CNF:).

public Int32 DuplicateSamCount { get; set; } #

Number of sAMAccountName values used by more than one object.

public IReadOnlyList<String> ConflictObjects { get; set; } #

Distinguished names of conflict objects (CNF:).

public IReadOnlyList<DuplicateSamEntry> Duplicates { get; set; } #

Detailed duplicate sAMAccountName entries.