API Reference
Class
GppParserService
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:
GpoPreferencesSummaryParses a GPO's SYSVOL path for Group Policy Preferences and returns a consolidated summary.
Parameters
- gpoSysvolPath System.String
- Absolute path to the GPO directory under SYSVOL.
- context ADPlayground.Gpo.Policy.GpoTargetComputerContext = null
- Optional target computer context used for evaluating Item Level Targeting (ILT).
Returns
A populated GpoPreferencesSummary when preferences are found; otherwise null.