API Reference
Class
GroupsSummary
Summary of group counts in a domain split by type/scope.
Inheritance
- Object
- GroupsSummary
Constructors
public GroupsSummary() #Inherited Methods
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.