API Reference
Class
UnprivilegedGroupChangeService
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:
ViewEvaluates recent changes for non-privileged groups in a domain.
Parameters
- domainName System.String
- DNS domain name.
- days System.Int32
- Number of days to include (recent window).
- excludeGroupNames System.Collections.Generic.IEnumerable{System.String} = null
- Optional additional group names to exclude.
Returns
Aggregated View with changed groups and summaries.