Exchange upgrade issue

Dan Brown 116 Reputation points
2021-07-19T14:57:35.303+00:00

Hi,

We're trying to update our exchange hybrid deployment to exchange server 2019 and I've encountered somewhat of a roadblock. When I run the pre-requisite checks it throws up an error that we need to update our 2 Exchange 2013 CU 13 servers to CU 21 and I've encountered this error:

Error:

The following error was generated when "$error.Clear();

      if (Get-Service MpsSvc* | ?{$_.Name -eq 'MpsSvc'})

      {

        Set-Service MpsSvc -StartupType Automatic

        Start-SetupService -ServiceName MpsSvc

      }

    " was run: "Microsoft.PowerShell.Commands.ServiceCommandException: Service 'Windows Defender Firewall (MpsSvc)' cannot be configured due to the following error: Access is denied ---> System.ComponentModel.Win32Exception: Access is denied

--- End of inner exception stack trace ---".

From googling around it seems that it's referring to some sort of incompatibility. The 2 exchange servers we currently have are running Windows Server 2012 R2 and Windows Server 2019. Is it actually the case where I can't update this version of exchange and I need to go through the process of just installing Exchange Server 2019 on a fresh environment?

Thanks in advance,

Dan

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,341 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,226 questions
0 comments No comments
{count} votes

Accepted answer
  1. KyleXu-MSFT 26,201 Reputation points
    2021-07-20T02:13:32.93+00:00

    @Dan Brown

    Install Exchange 2013 on Windows Server 2019 isn't supported, so try to migrate mailbox to the Exchange server, then uninstall the unsupported Exchange server :
    116085-qa-kyle-10-03-00.png

    Exchange 2013 CU 21 doesn't supported download now, I would suggest you try to update it Exchange CU 23 directly.

    Please make sure login computer with domain admin account and install Exchange with administrator rights. Before update Exchange from CU 13 to CU 23, you need to install Visual C++ Redistributable Package for Visual Studio 2013 and .NET Framework 4.7.2 first.

    Those two articles will be useful to you:
    Exchange 2013 prerequisites
    Exchange Server supportability matrix


    If the response is helpful, please click "Accept Answer" and upvote it.
    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.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Manu Philip 16,911 Reputation points MVP
    2021-07-19T15:14:55.377+00:00

    Windows 2019 is the mandatory System requirement for Exchange 2019. So, it is not possible to upgrade the version until you have all exchange servers are running Windows 2019
    Reference here: system-requirements

    0 comments No comments

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.