TestimoX

API Reference

Class

AuditPolicySetResult

Namespace ComputerX.Audit
Assembly ComputerX
Modifiers sealed

Result of querying effective Advanced Audit Policy settings on a system.

Inheritance

  • Object
  • AuditPolicySetResult

Constructors

public AuditPolicySetResult() #

Properties

public String Host { get; set; } #

Target computer name (null for local).

public AuditPolicySource Source { get; set; } #

Source used to apply policy.

public Int32 Attempted { get; set; } #

Number of subcategory settings attempted.

public Int32 Succeeded { get; set; } #

Number of settings successfully applied.

public String BackupPath { get; set; } #

Path to backup file (registry DB), when applicable.

public Boolean RefreshTriggered { get; set; } #

True when gpupdate was triggered locally.

public String Note { get; set; } #

Additional note or diagnostic info.