TestimoX

API Reference

Class

AdmxProviderMaintenanceProfileService

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers static

Loads ADMX provider maintenance profiles and converts them into executable maintenance options.

Inheritance

  • Object
  • AdmxProviderMaintenanceProfileService

Methods

public static AdmxProviderMaintenanceOptions LoadOptions(String profilePath, Nullable<Boolean> refreshCacheOverride = null) #
Returns: AdmxProviderMaintenanceOptions

Loads a JSON profile and resolves relative paths into executable maintenance options.

Parameters

profilePath System.String requiredposition: 0
Profile JSON path.
refreshCacheOverride System.Nullable{System.Boolean} = null optionalposition: 1
Optional refresh behavior override.

Returns

Resolved maintenance options.

public static AdmxProviderMaintenanceProfile LoadProfile(String profilePath) #
Returns: AdmxProviderMaintenanceProfile

Loads a JSON ADMX provider maintenance profile from disk.

Parameters

profilePath System.String requiredposition: 0
Profile JSON path.

Returns

Deserialized maintenance profile.