API Reference
Class
Diagnostics (GpoPermissionBaselineService)
Diagnostics describing the evaluated GPO baseline scope.
Inheritance
- Object
- Diagnostics
Constructors
public Diagnostics() #Inherited Methods
Properties
public Int32 ProcessedGpoCount { get; set; } #Total processed GPO count.
public Int32 ReturnedItemCount { get; set; } #Total returned item count.
public Int32 CompliantCount { get; set; } #Total compliant GPO count.
public Int32 NonCompliantCount { get; set; } #Total non-compliant GPO count.
public Int32 AdministrativeIssueCount { get; set; } #GPOs missing required administrative full control.
public Int32 AuthenticatedUsersIssueCount { get; set; } #GPOs missing the Authenticated Users read/apply baseline.
public Int32 SystemIssueCount { get; set; } #GPOs missing required SYSTEM full control.
public Int32 UnknownTrusteeGpoCount { get; set; } #GPOs containing at least one unknown trustee.
public Int32 UnknownTrusteeEntryCount { get; set; } #Total unknown trustee ACE count across returned items.