TestimoX

API Reference

Class

RodcPolicyCompositeAnalyzer

Namespace ADPlayground.DomainControllers
Assembly ADPlayground
Modifiers static

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: CompositeView

Builds a composite RODC PRP view for the specified domain.

Parameters

domainName System.String requiredposition: 0
DNS name of the domain to analyze.

Returns

Aggregated CompositeView of RODC PRP state.