TestimoX

API Reference

Class

AggregateForestSummary

Namespace ADPlayground.Forests
Assembly ADPlayground
Modifiers sealed

Forest-wide rollup of user, computer, and group statistics based on per-domain assessments.

Inheritance

  • Object
  • AggregateForestSummary

Constructors

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.