TestimoX

API Reference

Class

AppLockerPolicyReader

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers static

Reads AppLocker policy from a GPO SYSVOL path (Policy.xml) and returns a typed summary.

Inheritance

  • Object
  • AppLockerPolicyReader

Methods

BuildConditionSummary(System.Xml.Linq.XElement arg1) #

Builds a short human‑readable condition description for an AppLocker rule.

Parameters

arg1 System.Xml.Linq.XElement required
public static AppLockerPolicyInfo ReadFromSysvol(String gpoSysvolPath, String domainName, Guid gpoId) #
Returns: AppLockerPolicyInfo

Attempts to read AppLocker policy for a GPO from its SYSVOL folder.

Parameters

gpoSysvolPath System.String requiredposition: 0
GPO root path in SYSVOL.
domainName System.String requiredposition: 1
Owning DNS domain.
gpoId System.Guid requiredposition: 2
GPO identifier.

Returns

Typed AppLocker policy or null when not present.