API Reference
Class
GpoAclExposureService
Aggregates GPO ACL findings into security-centric buckets.
Inheritance
- Object
- GpoAclExposureService
Methods
BuildSnapshotFromFindings(System.String arg1, System.Collections.Generic.IEnumerable{ADPlayground.Gpo.GpoAclFinding} arg2) #Builds a snapshot from pre-collected analyzer findings (testable entrypoint).
Parameters
- arg1 System.String
- arg2 System.Collections.Generic.IEnumerable{ADPlayground.Gpo.GpoAclFinding}
public static GpoAclExposureSnapshot GetSnapshot(String domainName) #Returns:
GpoAclExposureSnapshotBuilds a snapshot of risky GPO ACL assignments for the specified domain.
Parameters
- domainName System.String
- DNS domain name to analyze.
Returns
Snapshot with grouped findings for anonymous/everyone/authenticated users and apply-rights.
Inherited Methods
Fields
OverrideFindings #Builds a snapshot of GPO ACL exposures for the specified domain.