API Reference
Class
GlobalCatalogComparisonSummary
Summary counters for global catalog comparison.
Inheritance
- Object
- GlobalCatalogComparisonSummary
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public GlobalCatalogComparisonSummary() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String SourceServer { get; set; } #Source server used for the baseline read.
public Int32 MissingObjectCount { get; set; } #Total missing objects detected.
public Int32 WrongGuidCount { get; set; } #Total wrong GUID objects detected.
public Int32 MissingReverseLookupFound { get; set; } #Missing objects resolved by reverse lookup (GUID search).
public Int32 MissingReverseLookupNotFound { get; set; } #Missing objects not resolved by reverse lookup (GUID search).
public IReadOnlyList<String> MissingObjectDomainControllers { get; set; } #Domain controllers with missing objects.
public IReadOnlyList<String> WrongGuidDomainControllers { get; set; } #Domain controllers with wrong GUID objects.
public IReadOnlyList<String> UniqueMissing { get; set; } #Unique missing object distinguished names.
public IReadOnlyList<String> UniqueWrongGuid { get; set; } #Unique wrong GUID object distinguished names.
public IReadOnlyList<GlobalCatalogComparisonErrorRow> Errors { get; set; } #Errors encountered during scan.