TestimoX

API Reference

Class

GpoChangeHistoryService

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers static

Best-effort change history helpers for GPOs based on directory and SYSVOL timestamps.

Inheritance

  • Object
  • GpoChangeHistoryService

Methods

public static IEnumerable<GpoListItem> GetChanges(String domainName, Nullable<DateTime> sinceUtc = null) #
Returns: IEnumerable<GpoListItem>

Enumerates GPOs sorted by last modification time and optionally filters by a cutoff timestamp.

Parameters

domainName System.String requiredposition: 0
Domain DNS name.
sinceUtc System.Nullable{System.DateTime} = null optionalposition: 1
Only return items modified on or after this UTC timestamp.

Returns

Sequence of GPO list items sorted by Modified descending.