API Reference
Class
GpoFilesService
Scans SYSVOL and/or NETLOGON for files and provides best-effort classification similar to GPOZaurr's GPOFiles report.
Inheritance
- Object
- GpoFilesService
Methods
public static IReadOnlyList<GpoFileRow> GetFiles(String forestName = null, String domainFilter = null, String computerName = null, Options options = null) #Returns:
IReadOnlyList<GpoFileRow>Scans domains in a forest (or a single domain) for SYSVOL/NETLOGON files and returns per-file rows.
Parameters
- forestName System.String = null
- Optional forest DNS name; when null, uses current forest.
- domainFilter System.String = null
- Optional domain DNS name to limit results.
- computerName System.String = null
- Optional server/DC name to use for UNC paths (when omitted, uses the domain name).
- options ADPlayground.Gpo.GpoFilesService.Options = null
- Optional scan options.