TestimoX

API Reference

Class

View (PrimaryGroupReadabilityService)

Namespace ADPlayground.Groups.PrimaryGroupReadabilityService
Assembly ADPlayground
Modifiers sealed

Aggregated results for primaryGroupID readability across users and computers.

Inheritance

  • Object
  • View

Constructors

Properties

public String DomainName { get; set; } #

DNS domain name evaluated.

public Int32 TotalUsers { get; set; } #

Total number of enabled user accounts scanned.

public Int32 UsersWithoutPrimaryGroupId { get; set; } #

Users missing a readable primaryGroupID (null/unspecified).

public IReadOnlyList<Account> UsersMissing { get; set; } #

User accounts missing primaryGroupID details.

public Int32 TotalComputers { get; set; } #

Total number of enabled computer accounts scanned.

public Int32 ComputersWithoutPrimaryGroupId { get; set; } #

Computer accounts missing a readable primaryGroupID (null/unspecified).

public IReadOnlyList<Account> ComputersMissing { get; set; } #

Computer accounts missing primaryGroupID details.