TestimoX

API Reference

Class

GpoFilesService

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers static

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 optionalposition: 0
Optional forest DNS name; when null, uses current forest.
domainFilter System.String = null optionalposition: 1
Optional domain DNS name to limit results.
computerName System.String = null optionalposition: 2
Optional server/DC name to use for UNC paths (when omitted, uses the domain name).
options ADPlayground.Gpo.GpoFilesService.Options = null optionalposition: 3
Optional scan options.