TestimoX

API Reference

Class

UnprivilegedGroupChangeService

Namespace ADPlayground.Groups
Assembly ADPlayground
Modifiers static

Reports recent whenChanged timestamps for non-privileged groups in a domain (low-priv LDAP). Excludes well-known privileged and operator groups; returns groups changed within the last N days.

Inheritance

  • Object
  • UnprivilegedGroupChangeService

Methods

public static View Evaluate(String domainName, Int32 days, IEnumerable<String> excludeGroupNames = null) #
Returns: View

Evaluates recent changes for non-privileged groups in a domain.

Parameters

domainName System.String requiredposition: 0
DNS domain name.
days System.Int32 requiredposition: 1
Number of days to include (recent window).
excludeGroupNames System.Collections.Generic.IEnumerable{System.String} = null optionalposition: 2
Optional additional group names to exclude.

Returns

Aggregated View with changed groups and summaries.