API Reference
Class
LapsPolicyReader
Reads Windows LAPS (and legacy LAPS) policy values from registry.pol.
Inheritance
- Object
- LapsPolicyReader
Methods
public static LapsPolicyInfo FromPol(PolFile pol, String domainName, Guid gpoId) #Returns:
LapsPolicyInfoExtracts LAPS policy values from pol and returns a summary when present.
Parameters
- pol ADPlayground.Gpo.GpoLocal.PolFile
- Parsed registry.pol model.
- domainName System.String
- Domain DNS name.
- gpoId System.Guid
- GPO identifier.
Returns
LAPS policy info or null when no relevant settings are found.