Share via

Exchange Services Disabled during Exchange SE setup at STEP 8

John 0 Reputation points
2026-02-24T20:18:31.4666667+00:00

Hello everyone,

We're actively Trying to migrate our Exchange 2016 servers to Exchange SE on Windows Server 2025.

During Step 8. the setup wizard fails to continue as the services are disabled. enabling the services manually does not help. (The Server is domain joined with all pre-req installed (incl. prepareschema and preparead). here the log from exchange setup log.

Microsoft.Exchange.Configuration.Tasks.ServiceDisabledException: Le service 'MSExchangeADTopology' est désactivé sur ce serveur. ---> System.InvalidOperationException: Impossible de démarrer le service MSExchangeADTopology sur l'ordinateur '.'. ---> System.ComponentModel.Win32Exception: Le service ne peut pas être démarré parce qu’il est désactivé ou qu’aucun périphérique activé ne lui est associé

--- Fin de la trace de la pile d'exception interne ---

Exchange | Exchange Server | Development
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Steven-N 21,575 Reputation points Microsoft External Staff Moderator
    2026-02-24T23:30:44.2233333+00:00

    Hi John

    Thank you for reaching out to Microsoft Q&A

    Based on the error code you provided, specifically the inner exception System.ComponentModel.Win32Exception: Le service ne peut pas être démarré parce qu’il est désactivé ou qu’aucun périphérique activé ne lui est associé (Windows Error 1058) is a very specific Windows service error. It practically always means that although you are trying to start the MSExchangeADTopology service, one of its required dependent services is currently disabled.

    However, to better assess the situation, could you please share the source or documentation for the steps you are following?

    This will help me understand the exact process and provide more accurate guidance.

    In the meantime, you may review the settings outlined below to determine whether any of them help resolve the problem.

    1. Enable the Net.TCP Port Sharing Service

    By default, Windows Server installs the Net.TCP Port Sharing Service (NetTcpPortSharing) in a Disabled state. MSExchangeADTopology strictly depends on this service. It is an often-missed prerequisite prior to running the Exchange Setup.

    • Open services.msc (or use PowerShell).
    • Locate the Net.TCP Port Sharing Service.
    • Change its Startup Type to Automatic.

    2. Ensure IPv6 is NOT Disabled

    Exchange Server requires IPv6 to be enabled (even if you only route via IPv4) to function correctly, particularly for the Active Directory Topology service layer.

    So kindly ensure the Internet Protocol Version 6 (TCP/IPv6) checkbox is ticked in your network adapter properties.

    I am looking forward to hearing from you

    Regards


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".     

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

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