Deploying domain controller with Sysprep confusion

Ingrid Henkel 111 Reputation points Microsoft Employee
2023-05-18T21:32:42.3866667+00:00

In this document https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/get-started/virtual-dc/virtualized-domain-controllers-hyper-v

In section "Virtualization deployment practices to avoid", point 3 says:

Do NOT deploy new Active Directory domains and forests on a copy of a Windows Server operating system that was NOT first prepared using System Preparation tool (Sysprep)

This is followed by a warning which says:

Running Sysprep on a domain controller is not supported.

The double negative in the first quote seems to imply that using Sysprep is acceptable whereas the warning indicates that it is not.

Can someone please clarify?

Windows for business Windows Client for IT Pros Directory services Active Directory
Windows for business Windows Server User experience Other
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2023-05-19T00:32:20.3866667+00:00

    Do NOT deploy new Active Directory domains and forests on a copy of a Windows Server operating system that was NOT first prepared using System Preparation tool (Sysprep)

    This one just states to not install active directory domain services on a copied instance without firstly sysprepping it.

    Running Sysprep on a domain controller is not supported.

    This one states that sysprepping an already promo'd domain controller is not supported.

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Thameur-BOURBITA 36,261 Reputation points Moderator
    2023-05-20T22:57:01.03+00:00

    Hi @Ingrid Henkel


    Do NOT deploy new Active Directory domains and forests on a copy of a Windows Server operating system that was NOT first prepared using System Preparation tool (Sysprep)


    If you want to deploy new domain controller on virtual machine based on a copy of another virtual machine ( WORKGROUP), you have to launch sysprep before joining it to domain and promote it as domain controllers. Sysprep must be launched before DCpromotion.

    Running Sysprep on a domain controller is not supported.
    This command is used to create new virtual machines based on reference machine which cannot be a domain controller.


    Please don't forget o mark helpful answer as accepted


    2 people found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.