API Reference
Class
View (GpoPermissionBaselineService)
Aggregated required-permissions baseline view for a domain.
Inheritance
- Object
- View
Constructors
public View() #Inherited Methods
Properties
public String DomainName { get; set; } #Target domain DNS name.
public Boolean CollectionSucceeded { get; set; } #True when collection succeeded.
public String CollectionError { get; set; } #Collection error summary when collection fails.
public Boolean IncludeCompliant { get; set; } #Whether compliant rows were requested.
public Int32 MaxGpos { get; set; } #Maximum evaluated GPO count.
public Int32 GpoCount { 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 one or more unknown trustees.
public Int32 UnknownTrusteeEntryCount { get; set; } #Total unknown trustee ACE count across returned items.
public IReadOnlyList<Item> Items { get; set; } #Returned baseline items.
public Diagnostics Diagnostics { get; set; } #Evaluation diagnostics.