API Reference
Class
AggregateForestSummary
Forest-wide rollup of user, computer, and group statistics based on per-domain assessments.
Inheritance
- Object
- AggregateForestSummary
Constructors
public AggregateForestSummary() #Inherited Methods
Properties
public String ForestName { get; set; } #DNS name of the forest.
public Int32 DomainCount { get; set; } #Total number of domains that contributed to the rollup.
public UsersSummary Users { get; set; } #Aggregated user metrics across the forest.
public ComputersRollup Computers { get; set; } #Aggregated computer metrics across the forest.
public GroupsSummary Groups { get; set; } #Aggregated group metrics across the forest.