Here's a quick and dirty guide to the setup of a read-only Domain Controller (RODC) on a Core-based installation.
Deploy your Core-based server like you normally would.
Using sconfig, perform these tasks in order:
After the reboot, install the required role via Powershell:
Install-WindowsFeature AD-Domain-Services
After that's successful, using Powershell, promote the server to an RODC (adjust parameter values accordingly):
Install-ADDSDomainController -Credential (Get-Credential) -DomainName domain.local -SiteName "Default-First-Site-Name" -InstallDNS:$true -ReadOnlyReplica:$true -Force:$true
The server will automatically reboot, after which a basic RODC has been configured.
Next steps to follow...
« ‹ | November 2024 | › » | ||||
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |