API Reference
Class
ConstrainedDelegationInventoryService
Builds an inventory of accounts configured for Kerberos Constrained Delegation (KCD) via msDS-AllowedToDelegateTo. Also validates target SPNs exist.
Inheritance
- Object
- ConstrainedDelegationInventoryService
Methods
public static View Evaluate(String domainName, String allowedServiceClassesCsv = null) #Returns:
ViewEnumerates Kerberos Constrained Delegation (KCD) accounts and validates targets, optionally allowing specific service classes.
Parameters
- domainName System.String
- DNS domain name.
- allowedServiceClassesCsv System.String = null
- Optional comma‑separated list of service classes considered allowed.
Returns
Inventory view with per‑account target lists and validation markers.