Before deploying a Read-Only Domain Controller (RODC), administrators must verify that the existing Active Directory environment meets key requirements. The Active Directory forest and domain must meet the following prerequisites to support the deployment:
Active Directory data flows in a one-way direction from this writeable domain controller to the RODC, establishing a clear security boundary.
To protect the environment, administrators configure several specialized policies on the RODC to limit data exposure. A password replication policy determines which user and computer credentials can be cached locally on the RODC. By default, the RODC does not store passwords, meaning authentication requests must travel back to a writeable domain controller unless the account is explicitly permitted by this policy. Furthermore, administrators can configure a filtered attribute set to prevent sensitive database fields from replicating to the RODC, ensuring that even if the physical server is compromised, high-value data remains safe. To manage the physical server locally, a delegated administrative model allows local IT staff to log in and perform maintenance tasks without granting them administrative permissions over the wider domain.
Deploying domain controllers in branch offices or remote physical sites introduces significant security risks due to the lack of physical control. To mitigate these risks, the RODC acts as a hardened outpost by strictly controlling what data crosses the network boundary into the untrusted site. Administrators use the password replication policy to cache credentials only for the specific users who physically work at that location. This approach ensures that a compromised RODC in a remote office does not expose the passwords of corporate executives or domain administrators. By combining restricted replication scopes with delegated administrative permissions, organizations can safely extend identity services to remote locations while protecting the core hybrid identity infrastructure.
Eager to master hybrid server management? Discover how to administer Windows Server Hybrid Core Infrastructure on Azure, setting your path towards the Microsoft Certified: Azure Hybrid Infrastructure Administrator Associate certification!
Prepare and test your skills

Prepare and test your skills

The forest functional level must be Windows Server 2003 or higher, the domain functional level must support RODC functionality, and a writeable domain controller running Windows Server 2016 or later must be available for one-way replication.
A password replication policy determines which user and computer credentials can be cached locally on the RODC, as by default the RODC does not store passwords and authentication requests must travel back to a writeable domain controller.
An RODC acts as a hardened outpost by strictly controlling what data replicates to the site, using a password replication policy to cache credentials only for users physically at that location, which protects sensitive passwords if the server is compromised.