TestimoX

API Reference

Class

GpoConsistencyChecker

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers static

Compares GPO objects in Active Directory with SYSVOL and reports discrepancies.

Inheritance

  • Object
  • GpoConsistencyChecker

Methods

public static IEnumerable<GpoDiscrepancy> GetDiscrepancies(String domainName = null) #
Returns: IEnumerable<GpoDiscrepancy>

Gets discrepancies for the specified domain.

Parameters

domainName System.String = null optionalposition: 0
Target domain or null for the current domain.

Returns

Collection of discrepancy details.

public static Void ValidateDomain(String domainName = null) #
Returns: Void

Logs warnings for each detected discrepancy.

Parameters

domainName System.String = null optionalposition: 0
Target domain or null for the current domain.