API Reference
Class
AuditPolicySetResult
Result of querying effective Advanced Audit Policy settings on a system.
Inheritance
- Object
- AuditPolicySetResult
Constructors
public AuditPolicySetResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.