API Reference
Class
GpoUpdateService
Builds recent GPO update rows with link and affected-object metadata.
Inheritance
- Object
- GpoUpdateService
Methods
public static IReadOnlyList<GpoUpdateRow> GetUpdates(IReadOnlyList<GpoListItem> gpoList, IReadOnlyList<String> domains, Options options = null, CancellationToken cancellationToken = null) #Returns:
IReadOnlyList<GpoUpdateRow>Returns GPO updates for the provided list and scope.
Parameters
- gpoList System.Collections.Generic.IReadOnlyList{ADPlayground.Gpo.GpoListItem}
- Pre-fetched GPO list items.
- domains System.Collections.Generic.IReadOnlyList{System.String}
- Domains to consider when resolving links.
- options ADPlayground.Gpo.GpoUpdateService.Options = null
- Optional update options.
- cancellationToken System.Threading.CancellationToken = null
- Cancellation token.