API Reference
Class
AppControlInfo
Consolidated app-control runtime posture for a host (AppLocker + WDAC).
Inheritance
- Object
- AppControlInfo
Constructors
public AppControlInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ComputerName { get; set; } #Computer name these values were collected for.
public Nullable<Boolean> AppLockerPolicyPresent { get; set; } #True when AppLocker policy indicators are present.
public Nullable<Boolean> AppLockerServiceInstalled { get; set; } #True when the AppIDSvc service is installed.
public Nullable<Boolean> AppLockerServiceRunning { get; set; } #True when AppIDSvc is currently running.
public String AppLockerServiceStartupType { get; set; } #Configured startup type of AppIDSvc.
public List<AppLockerCollectionInfo> Collections { get; set; } #Per-collection AppLocker posture.
public WdacRuntimeInfo Wdac { get; set; } #WDAC runtime posture.