API Reference
Class
DefenderPolicyReader
Extracts Microsoft Defender policy details from a registry.pol.
Inheritance
- Object
- DefenderPolicyReader
Methods
public static DefenderPolicyInfo FromPol(PolFile pol, String domainName, Guid gpoId) #Returns:
DefenderPolicyInfoReads Defender policy entries from pol and returns a summary if present.
Parameters
- pol ADPlayground.Gpo.GpoLocal.PolFile
- Parsed registry.pol model.
- domainName System.String
- Domain DNS name.
- gpoId System.Guid
- GPO identifier.
Returns
Defender policy info or null when no relevant settings are found.