TestimoX

API Reference

Class

AdmxProviderMaintenanceService

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers static

Runs batch maintenance for built-in ADMX providers by refreshing the normalized cache and comparing it with a destination.

Inheritance

  • Object
  • AdmxProviderMaintenanceService

Methods

public static Task<AdmxProviderMaintenanceResult> RunAsync(AdmxProviderMaintenanceOptions options = null, CancellationToken cancellationToken = null) #
Returns: Task<AdmxProviderMaintenanceResult>

Refreshes provider cache entries and optionally compares them with Central Store or another PolicyDefinitions folder.

Parameters

options ADPlayground.Gpo.GpoLocal.AdmxProviderMaintenanceOptions = null optionalposition: 0
Maintenance options.
cancellationToken System.Threading.CancellationToken = null optionalposition: 1
Cancellation token for refresh/download work.

Returns

Aggregated maintenance result.