API Reference
Class
AuditOptionsQuery
Reads machine-level audit options from LSA registry values (advanced audit policy toggles).
Inheritance
- Object
- AuditOptionsQuery
Methods
public static AuditOptionsState Get(String computerName = null) #Returns:
AuditOptionsStateGets the current audit options for the specified computer.
Parameters
- computerName System.String = null
- Computer name; null/empty for local machine.
Returns
Populated audit options state.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object