TestimoX

API Reference

Class

EventLogPolicyReaderCx

Namespace ADPlayground.Gpo.EventLog
Assembly ADPlayground
Modifiers static

Reads effective Event Log policy from a remote or local computer using ComputerX.Registry helpers. Avoids requiring a live RegistryKey handle, which simplifies remote reads.

Inheritance

  • Object
  • EventLogPolicyReaderCx

Methods

public static EventLogPolicyInfo Read(String computer) #
Returns: EventLogPolicyInfo

Reads Event Log policy for Application, Security, and System channels via ComputerX.Registry.

Parameters

computer System.String requiredposition: 0
Target computer name ("." or machine name).

Returns

EventLogPolicyInfo or null when none found.