TestimoX

API Reference

Class

GpoUpdateService

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers static

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} requiredposition: 0
Pre-fetched GPO list items.
domains System.Collections.Generic.IReadOnlyList{System.String} requiredposition: 1
Domains to consider when resolving links.
options ADPlayground.Gpo.GpoUpdateService.Options = null optionalposition: 2
Optional update options.
cancellationToken System.Threading.CancellationToken = null optionalposition: 3
Cancellation token.