I'm new to this, and I currently have both Active Directory (AD) and Domain Controller (DC) running on the same computer. I'm running out of space and need to upgrade the storage to a larger drive. My question is: if I clone the existing drive that has the Windows Server operating system onto the new one, would that cause any issues?
5 Answers
What I usually do is build a new DC and then migrate other services like DHCP and NPS over to it before demoting the old one. You really should have a second DC set up for security, or consider migrating to Entra ID if you’re looking for a long-term solution.
It's important to note that DCs are integral to AD; they aren’t separate entities. If you clone your drive, just be aware you might need to adjust the WinRE partition if it's at the end of the drive. There was a patch out recently that made resizing that partition necessary in some cases. Seriously, consider setting up a second Domain Controller, especially since you’re dealing with AD. It can be a massive headache if your main DC fails and your backups don’t work, which can happen. Once your new drive is up and running, remember to erase the old one and keep it powered down to avoid conflicts.
Just to clarify, did you mean a file server instead of a DC? Also, are you working with one single drive, or are you using a RAID setup?
Absolutely, you should create a new VM or use an old PC to promote it to a second DC. This way, if your primary DC fails for any reason, your AD stays secure, and you can switch over to your secondary DC easily. Let me know if you need any more specifics on how to do that!
Before you attempt any drive changes, do you have verified backups of your system state and AD? Things can go wrong, and it's essential to have a solid backup plan when dealing with DCs.

Thanks for the detailed advice! I'll definitely look into setting up a second DC.