TestimoX

API Reference

Class

View (EventLogLocalService)

Namespace ADPlayground.DomainControllers.EventLogLocalService
Assembly ADPlayground
Modifiers sealed

Local view of Event Log channel policy.

Inheritance

  • Object
  • View

Constructors

Properties

public String Computer { get; set; } #
ResultMetadata

Computer name used for the local read (e.g., "." or NetBIOS).

public String SecurityRetention { get; set; } #

Security channel retention policy (OverwriteAsNeeded/DoNotOverwrite/OverwriteOlder).

public Nullable<Int32> SecurityRetentionDays { get; set; } #

Security channel retention age in days when applicable.

public Nullable<Int32> SecurityMaxSizeKB { get; set; } #

Security channel maximum log size in kilobytes.

public Nullable<Boolean> SecurityIsEnabled { get; set; } #

Security channel enabled flag.

public String SecurityLogMode { get; set; } #

Security channel log mode (Circular/Retain/AutoBackup).

public String SecurityDescriptor { get; set; } #

Security channel security descriptor (SDDL).

public IReadOnlyList<AceView> SecurityAcl { get; set; } #
ResultMetadata(HideInTables = true, HideInGrids = true, Label = "Security ACL")

Expanded Security channel DACL entries with resolved identities.

public String ApplicationRetention { get; set; } #

Application channel retention policy.

public Nullable<Int32> ApplicationRetentionDays { get; set; } #

Application channel retention age in days.

public Nullable<Int32> ApplicationMaxSizeKB { get; set; } #

Application channel maximum log size in kilobytes.

public String ApplicationLogMode { get; set; } #

Application channel log mode (Circular/Retain/AutoBackup).

public Nullable<Boolean> ApplicationIsLogFull { get; set; } #

Application channel full flag.

public String SystemRetention { get; set; } #

System channel retention policy.

public Nullable<Int32> SystemRetentionDays { get; set; } #

System channel retention age in days.

public Nullable<Int32> SystemMaxSizeKB { get; set; } #

System channel maximum log size in kilobytes.

public String SystemLogMode { get; set; } #

System channel log mode (Circular/Retain/AutoBackup).

public Nullable<Boolean> SystemIsLogFull { get; set; } #

System channel full flag.

public Nullable<Boolean> SecurityIsLogFull { get; set; } #

Security channel full flag.

public Nullable<Double> SecurityCurrentSizeMB { get; set; } #

Security channel current size in megabytes.

public Nullable<Double> SecurityMaximumSizeMB { get; set; } #

Security channel maximum size in megabytes.

public String PowerShellOperationalLogMode { get; set; } #

PowerShell operational channel log mode (Circular/Retain/AutoBackup).

public Nullable<Boolean> PowerShellOperationalIsLogFull { get; set; } #

PowerShell operational channel full flag.

public IReadOnlyList<ChannelPolicyView> Channels { get; set; } #
ResultMetadata(HideInTables = true, Label = "Channel Policy")

Channel-level policy evidence.

public IReadOnlyList<EventSample> EventSamples { get; set; } #
ResultMetadata(HideInTables = true, Label = "Recent Events")

Sample of recent events (per channel) to evidence reachability.