API Reference
Class
RodcPolicyCompositeAnalyzer
Provides a single, friendly view over multiple Read‑Only Domain Controller (RODC) password replication policy (PRP) checks for a given domain. The composite output makes it easy to spot common misconfigurations such as missing "Never Reveal" groups, presence of "Reveal On Demand" groups, or orphaned RODC KRBTGT accounts.
Inheritance
- Object
- RodcPolicyCompositeAnalyzer
Methods
public static CompositeView Get(String domainName) #Returns:
CompositeViewBuilds a composite RODC PRP view for the specified domain.
Parameters
- domainName System.String
- DNS name of the domain to analyze.
Returns
Aggregated CompositeView of RODC PRP state.