Impossible to add AD DS services in Windows Server 2022

Guillaume TEULE 21 Reputation points
2022-11-06T17:40:12.37+00:00

HI, I Have a problem with my new DELL PowerEdge Server with Windows Server 2022 Standard ROK. I can't install/add the services AD DS roles. The install begin correctly and finish with the message :
"Feature Install: Request to add or remove features on the specified server failed. Unable to perform the operation because the server you specified requires a restart"
Exactely in french :
"Installation de fonctionnalité : échec de la demande d'ajout ou de suppression de fonctionnalités sur le serveur spécifié. Impossible d'effectuer l'opération, car le serveur que vous avez spécifié nécessite un redémarrage"

I Had also tried with succeed to install Features AD DS and AD tools

The environnment is :
The first/old server name is LPF81-S-01 in LPF81.local Domain (always in activity) with Windows Server 2012 R2 Essentials (IP config : IPV4 :192.168.0.1, sub : 255.255.255.0, bridge : 192.168.0.50, DNS1 : 192.168.0.1, DNS2 : nope, No IPV6). It contain AD DS, DNS Server and DHCP Server. It is now the only server.

I would like install the second/new server (the DELL with Windows server 2022 Winver 20348.1194) for promote him in the future, only one AD DS, DNS and DHCP Server.
The second/new server name is NewLPF81-1-01. It can join LPF81.Local domain. And I can open LPF81\Administrateur Windows Session. His config is : Windows Server 2022 Standard ROK with IP Config : IPV4 : 192.168.0.2, sub : 255.255.255.0, bridge : 192.168.0.50, DNS1 : 192.168.0.1, DNS2 : 8.8.8.8, no IPV6.

sfc/scannow is OK
DISM /Online /Cleanup-image /checkhealth is OK
DISM /Online /Cleanup-image /Restorehealth is OK

Can somebody help me ?

Thank you very much !

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,170 questions
0 comments No comments
{count} votes

Accepted answer
  1. Dave Patrick 426.1K Reputation points MVP
    2022-11-06T18:16:35.063+00:00

    Sounds badly broken and the simplest / quickest solution is to clean install it, patch fully and try again. Also note a domain controller and all members should only use domain DNS, no router or public DNS server addresses on connection properties.

    The two prerequisites to introducing the first 2019 or 2022 domain controller are that domain functional level needs to be 2008 or higher and older sysvol FRS replication needs to have been migrated to DFSR
    https://techcommunity.microsoft.com/t5/Storage-at-Microsoft/Streamlined-Migration-of-FRS-to-DFSR-SYSVOL/ba-p/425405

    I'd use dcdiag / repadmin tools to verify health correcting all errors found before starting any operations. Then stand up the new 2019 or 2022, patch it fully, license it, join existing domain, add active directory domain services, promote it also making it a GC (recommended), transfer FSMO roles over (optional), transfer pdc emulator role (optional), use dcdiag / repadmin tools to again verify health, when all is good you can decommission / demote old one.

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


9 additional answers

Sort by: Most helpful
  1. Mantel Rupert 0 Reputation points
    2023-11-25T18:13:16.5266667+00:00

    One more detail! - My colleague mentioned it also required a clean install of Windows Server 2022.

    So disconnect from network.

    Clean install of Windows Server 2022 (or disconnect from network after installing Windows Server 2022 if installing over the network.)

    Add roles and features.

    Install Active Directory Domain Services.

    Reboot.

    "Promote this server to a domain controller" is now available - However, you should install drivers, plug into the network, and apply updates first before promotion.

    Then execute "promote this server to a domain controller."

    I hope this helps.

    0 comments No comments