TestimoX

API Reference

Class

GppParserService

Namespace ADPlayground.Gpo.Preferences
Assembly ADPlayground
Modifiers static

Provides methods to parse GPP XML files into strongly typed summaries.

Inheritance

  • Object
  • GppParserService

Methods

public static GpoPreferencesSummary Parse(String gpoSysvolPath, GpoTargetComputerContext context = null) #
Returns: GpoPreferencesSummary

Parses a GPO's SYSVOL path for Group Policy Preferences and returns a consolidated summary.

Parameters

gpoSysvolPath System.String requiredposition: 0
Absolute path to the GPO directory under SYSVOL.
context ADPlayground.Gpo.Policy.GpoTargetComputerContext = null optionalposition: 1
Optional target computer context used for evaluating Item Level Targeting (ILT).

Returns

A populated GpoPreferencesSummary when preferences are found; otherwise null.