TestimoX

API Reference

Class

GlobalCatalogComparisonServerResult

Namespace ADPlayground.DirectoryEssentials
Assembly ADPlayground
Modifiers sealed

Result for a single global catalog server.

Inheritance

  • Object
  • GlobalCatalogComparisonServerResult

Constructors

Properties

public String GlobalCatalog { get; set; } #

Global catalog server name.

public IReadOnlyList<GlobalCatalogComparisonMissingRow> Missing { get; set; } #

Missing objects discovered on this GC.

public IReadOnlyList<GlobalCatalogComparisonWrongGuidRow> WrongGuid { get; set; } #

Wrong GUID objects discovered on this GC.

public IReadOnlyList<GlobalCatalogComparisonErrorRow> Errors { get; set; } #

Errors encountered for this GC.