TestimoX

API Reference

Class

GlobalCatalogComparisonWrongGuidRow

Namespace ADPlayground.DirectoryEssentials
Assembly ADPlayground
Modifiers sealed

Represents an object with a mismatched GUID between source and GC.

Inheritance

  • Object
  • GlobalCatalogComparisonWrongGuidRow

Constructors

Properties

public String GlobalCatalog { get; set; } #

Global catalog server name.

public String DistinguishedName { get; set; } #

Object distinguished name.

public String ObjectClass { get; set; } #

Object class.

public Guid ObjectGuid { get; set; } #

Object GUID on the GC.

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

Object creation time on the GC.

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

Object modification time on the GC.

public String SourceObjectName { get; set; } #

Expected object name from source.

public String SourceObjectDn { get; set; } #

Expected object DN from source.

public Guid SourceObjectGuid { get; set; } #

Expected object GUID from source.

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

Expected object creation time from source.

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

Expected object modification time from source.

public String NewDistinguishedName { get; set; } #

Best-effort resolved DN for the source GUID on the GC.