TestimoX

API Reference

Class

GppPasswordService

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers static

Provides helpers for discovering Group Policy Preference passwords within SYSVOL.

Inheritance

  • Object
  • GppPasswordService

Methods

public static GppPasswordSnapshot GetSnapshot(String domainName, String sysvolPathOverride = null, IEnumerable<String> searchPatterns = null) #
Returns: GppPasswordSnapshot

Scans SYSVOL for Group Policy Preference password references.

Parameters

domainName System.String requiredposition: 0
DNS domain name.
sysvolPathOverride System.String = null optionalposition: 1
Optional explicit SYSVOL path to scan.
searchPatterns System.Collections.Generic.IEnumerable{System.String} = null optionalposition: 2
Optional file patterns to include.

Returns

Snapshot with found entries and scan status.