API Reference
Class
DangerousUserRightsPolicyService
Aggregates a curated set of dangerous user rights (privileges) on DC OU and produces attribution rows per right.
Inheritance
- Object
- DangerousUserRightsPolicyService
Methods
Get 2 overloads
public static View Get(String domainName) #Returns:
ViewReturns dangerous right assignments and attribution rows for each right that is assigned.
Parameters
- domainName System.String
public static View Get(String domainName, IDictionary<String, Object> parameters) #Returns:
ViewReturns dangerous right assignments using optional per-right approved overrides supplied in parameters. Parameters may include a key "ApprovedByRight" mapping right name → IEnumerable(string) of SIDs or names.
Parameters
- domainName System.String
- parameters System.Collections.Generic.IDictionary{System.String,System.Object}