API Reference
Class
GpResultPairSummary
Compact summary for a pair evaluation (Computer + User) including per-path summaries and quick combined totals.
Inheritance
- Object
- GpResultPairSummary
Constructors
public GpResultPairSummary() #Inherited Methods
Properties
public GpResultSummary Computer { get; set; } #Computer path summary.
public GpResultSummary User { get; set; } #User path summary.
public GpoLoopbackMode LoopbackMode { get; set; } #Loopback mode in effect for the computer.
public Int32 SettingsTotal { get; set; } #Total mapped settings across both paths.
public Int32 UnknownTotal { get; set; } #Total unknown registry values across both paths.
public Int32 AppliedTotal { get; set; } #Total applied GPO count across both paths (non-unique).
public Int32 DeniedTotal { get; set; } #Total denied GPO count across both paths.