TestimoX

API Reference

Class

GroupsSummary

Namespace ADPlayground.Groups
Assembly ADPlayground
Modifiers sealed

Summary of group counts in a domain split by type/scope.

Inheritance

  • Object
  • GroupsSummary

Constructors

Properties

public String DomainName { get; set; } #

Domain in which the counts were computed.

public Int32 Total { get; set; } #

Total number of groups.

public Int32 Empty { get; set; } #

Number of empty groups.

public Int32 Security { get; set; } #

Number of security groups.

public Int32 Distribution { get; set; } #

Number of distribution groups.

public Int32 Global { get; set; } #

Number of global groups.

public Int32 DomainLocal { get; set; } #

Number of domain local groups.

public Int32 Universal { get; set; } #

Number of universal groups.

public Int32 Circular { get; set; } #

Number of groups where circular membership was detected.