TestimoX

API Reference

Class

ScriptSentryService

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers static

Scans GPO scripts for risky patterns and references, and summarizes file/UNC ACL risks.

Inheritance

  • Object
  • ScriptSentryService

Methods

Analyze 2 overloads
public static ScriptSecurityReport Analyze(GpoInfo info) #
Returns: ScriptSecurityReport

Analyzes a GPO for script risks without UNC ACL enumeration.

Parameters

info ADPlayground.Gpo.GpoInfo requiredposition: 0
GPO to analyze.

Returns

Script security report.

public static ScriptSecurityReport Analyze(GpoInfo info, Boolean includeUncAcl) #
Returns: ScriptSecurityReport

Analyzes a GPO for script risks and optionally inspects ACLs on referenced UNC paths.

Parameters

info ADPlayground.Gpo.GpoInfo requiredposition: 0
GPO to analyze.
includeUncAcl System.Boolean requiredposition: 1
When true, fetch ACLs for referenced UNC paths.

Returns

Script security report.