API Reference
Class
GpoConsistencyChecker
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
- Target domain or null for the current domain.
Returns
Collection of discrepancy details.
public static Void ValidateDomain(String domainName = null) #Returns:
VoidLogs warnings for each detected discrepancy.
Parameters
- domainName System.String = null
- Target domain or null for the current domain.