API Reference
Class
DelegationInventoryService
Builds a composite delegation view for a domain across OUs and GPOs, with optional Deny awareness. Keeps host rules (TestimoX/PowerShell) thin and consistent.
Inheritance
- Object
- DelegationInventoryService
Methods
Build 2 overloads
public static Model Build(String domainName, Boolean includeDeny, DelegationOptions ouOptions = null) #Returns:
ModelBuild a composite delegation view using default OU options and optional Deny awareness.
Parameters
- domainName System.String
- includeDeny System.Boolean
- ouOptions ADPlayground.Delegation.DelegationOptions = null
public static Model Build(String domainName, IDictionary<String, Object> parameters) #Returns:
ModelBuild by parsing a generic parameter bag (IncludeDeny: bool).
Parameters
- domainName System.String
- parameters System.Collections.Generic.IDictionary{System.String,System.Object}