API Reference
Class
GpoChangeHistoryService
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
- Domain DNS name.
- sinceUtc System.Nullable{System.DateTime} = null
- Only return items modified on or after this UTC timestamp.
Returns
Sequence of GPO list items sorted by Modified descending.