Plan and Secure Read-Only Domain Controller Deployment
Evaluate Forest and Domain Prerequisites
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:
- The forest functional level must be Windows Server 2003 or higher.
- The domain functional level must support RODC functionality.
- A writeable domain controller running Windows Server 2016 or later must be available to replicate data to the RODC.
Active Directory data flows in a one-way direction from this writeable domain controller to the RODC, establishing a clear security boundary.
Configure Read-Only Domain Controllers
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.
Ensure Security in Untrusted Locations
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.