API Reference
Class
GppPasswordService
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:
GppPasswordSnapshotScans SYSVOL for Group Policy Preference password references.
Parameters
- domainName System.String
- DNS domain name.
- sysvolPathOverride System.String = null
- Optional explicit SYSVOL path to scan.
- searchPatterns System.Collections.Generic.IEnumerable{System.String} = null
- Optional file patterns to include.
Returns
Snapshot with found entries and scan status.