API Reference
Class
AdmxProviderMaintenanceService
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
- Maintenance options.
- cancellationToken System.Threading.CancellationToken = null
- Cancellation token for refresh/download work.
Returns
Aggregated maintenance result.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object