API Reference
Class
SecurityOptionsReader
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
- Path to the GPO root inside SYSVOL.
Returns
List of security option entries; empty when not present.