API Reference
Class
PasswordPolicyRollupService
Produces a rollup of domain password policy and fine-grained policies (PSOs).
Inheritance
- Object
- PasswordPolicyRollupService
Methods
public static View Evaluate(String domainName, Int32 psoMinLength, Int32 psoHistoryMin) #Returns:
ViewReturns a rollup of the domain password policy and all fine‑grained password policies (PSOs), counting policies below provided baselines.
Parameters
- domainName System.String
- DNS domain name.
- psoMinLength System.Int32
- Minimum acceptable password length for a PSO.
- psoHistoryMin System.Int32
- Minimum acceptable password history for a PSO.
Returns
Aggregated view with domain policy, PSOs, and weak PSO count.