API Reference
Class
ScriptSentryService
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:
ScriptSecurityReportAnalyzes a GPO for script risks without UNC ACL enumeration.
Parameters
- info ADPlayground.Gpo.GpoInfo
- GPO to analyze.
Returns
Script security report.
public static ScriptSecurityReport Analyze(GpoInfo info, Boolean includeUncAcl) #Returns:
ScriptSecurityReportAnalyzes a GPO for script risks and optionally inspects ACLs on referenced UNC paths.
Parameters
- info ADPlayground.Gpo.GpoInfo
- GPO to analyze.
- includeUncAcl System.Boolean
- When true, fetch ACLs for referenced UNC paths.
Returns
Script security report.