TestimoX

API Reference

Class

PolicyPlusSpolFile

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Parser for Policy Plus Semantic Policy text. Supports blocks starting with 'C ' or 'U ', optional 'Comment: ...', then 'Enabled'|'Disabled'|'Not Configured', followed by element options lines when enabled (Name: value). Handles integers (#n or n), booleans, quoted strings, and simple string lists using [ ... ].

Inheritance

  • Object
  • PolicyPlusSpolFile

Constructors

Methods

public static PolicyPlusSpolFile Parse(String text) #
Returns: PolicyPlusSpolFile

Parses Policy Plus Semantic Policy text into entries.

Parameters

text System.String requiredposition: 0
SPOL content.

Returns

Parsed file with ordered entries.

Properties

public IReadOnlyList<Entry> Entries { get; } #

Parsed entries in source order.