To migrate Active Directory from a Small Business Server 2003 (SBS 2003) domain controller to a Windows Server 2016 domain, you will need to follow a specific process. One important step is to run the ADPrep tool, which prepares the Active Directory environment for the new version of Windows Server.
However, it's important to note that there is no 32-bit version of Adprep (Adprep32.exe) available for Windows Server 2016. Instead, you will need to run the Adprep tool from a computer that runs Windows Server 2008 x64 or later. The Adprep executable is included in the installation media for Windows Server 2016, but it is refactored into adprep.dll, which can be used by both ADPrep.exe and the ADDSDeployment Windows PowerShell module.
Here are the general steps you should follow:
- Prepare your environment: Ensure that your SBS 2003 server meets the necessary requirements for migration and that you have a backup of your Active Directory data.
- Run ADPrep: Use a Windows Server 2008 or later machine to run the necessary Adprep commands. You will need to run
adprep /forestprepandadprep /domainprepto prepare the forest and domain for the new Windows Server 2016 installation. - Install Windows Server 2016: After preparing the environment, you can proceed to install Windows Server 2016 and promote it to a domain controller in the existing domain.
- Migrate roles and data: Once the new domain controller is set up, migrate any necessary roles and data from the SBS 2003 server to the new server.
Make sure to review the prerequisites and ensure that your environment is ready for the migration process.