TestimoX

API Reference

Class

SecurityOptionsReader

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers static

Reads [Registry Values] from a GPO's GptTmpl.inf and projects them as security options.

Inheritance

  • Object
  • SecurityOptionsReader

Methods

public static IReadOnlyList<SecurityOptionEntry> Read(String gpoSysvolPath) #
Returns: IReadOnlyList<SecurityOptionEntry>

Parses security options from the specified GPO SYSVOL path.

Parameters

gpoSysvolPath System.String requiredposition: 0
Path to the GPO root inside SYSVOL.

Returns

List of security option entries; empty when not present.