TestimoX

API Reference

Class

AuditPolicyQuery

Namespace ComputerX.Audit
Assembly ComputerX
Modifiers static

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 optionalposition: 0