API Reference
Class
AuditPolicyQuery
Uses Windows advapi32 audit APIs to query effective Advanced Audit Policy locally. For remote hosts, use CSV or text parsing paths.
Inheritance
- Object
- AuditPolicyQuery
Methods
public static List<AuditSubcategorySetting> Get(String computerName = null) #Returns:
List<AuditSubcategorySetting>Returns effective audit policy for the local computer. For remote names, returns an empty list (callers should use alternate paths).
Parameters
- computerName System.String = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object