TestimoX

API Reference

Class

AuditPolicyDbBackupOptions

Namespace ComputerX.Audit
Assembly ComputerX
Modifiers sealed

Options for backing up the audit policy registry database.

Inheritance

  • Object
  • AuditPolicyDbBackupOptions

Constructors

public AuditPolicyDbBackupOptions() #

Properties

public String ComputerName { get; set; } #

Gets or sets the target computer name (null or "." for local).

public String OutputDirectory { get; set; } #

Gets or sets a custom output directory for the binary backup. When null, a default folder under ProgramData is used.

public String BinaryPath { get; set; } #

Gets or sets an explicit binary backup path. When null, a timestamped file is created in OutputDirectory.

public String JsonPath { get; set; } #

Gets or sets an optional JSON output path for decoded policy settings.

public String RegPath { get; set; } #

Gets or sets an optional .reg output path for the raw PolAdtEv value.