TestimoX

API Reference

Class

GroupEmptyViewBuilder

Namespace ADPlayground.Groups
Assembly ADPlayground
Modifiers static

Builds a simple, typed view for non-empty operator groups (or any provided SAM names).

Inheritance

  • Object
  • GroupEmptyViewBuilder

Methods

public static async Task<IReadOnlyList<GroupEmptyItem>> GetNonEmptyAsync(String domainName, IEnumerable<String> groupSamNames) #
Returns: Task<IReadOnlyList<GroupEmptyItem>>

Returns per-group records for groups that are not empty.

Parameters

domainName System.String requiredposition: 0
Domain where groups reside.
groupSamNames System.Collections.Generic.IEnumerable{System.String} requiredposition: 1
SAM account names to check.

Returns

List of non-empty group items.