Can we install MSMQ Server Role after RDS Role on Windows Server 2016?

Ishu Singh 216 Reputation points
2021-06-15T14:46:51.177+00:00

Hi,

It is related to ongoing scenario where I am unable to install MSMQ Server role on Windows Server 2016,and keeps on getting reboot pending issue even after multiple reboots.
When we reboot server it doesn't show on Server Manager Dashboard, but when we try installing this MSMQ Server Role, it pops up with reboot pending on installation window and then on dashboard under manageability option of each category.

This server is already having RDS role installed and is on Domain. Also, it has SQL Server installed on it.
So, is it possible that we cannot install MSMQ Server role after this.

Also, for information we have other servers were MSMQ is installed with RDS role but it was installed prior to RDS role to that server. So, can it be the order of installation of roles, as it seems to be.

Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,484 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,963 questions
Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,511 questions
0 comments No comments
{count} votes

Accepted answer
  1. Ishu Singh 216 Reputation points
    2021-06-17T09:03:30.623+00:00

    Hi @Andy YOU and all those who are following the this thread,

    The issue is now resolved as we followed other MS forum thread to resolve pending reboot thing -

    https://social.technet.microsoft.com/Forums/en-US/20bbb181-b432-4d78-8a7a-cbf2b4562104/installing-windows-feature-restart-pending?forum=winserver8gen

    After this we successfully installed MSMQ Server role.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Andy YOU 3,076 Reputation points
    2021-06-16T06:26:37.75+00:00

    HI IshuSingh-3360,

    1.Can we install MSMQ Server Role after RDS Role on Windows Server 2016?
    yes, but I only install these roles and non third-party software on RD session host w2016 like picture.

    2.Please create a temp file in c disk and run below powershell command on both cs-bkmgmt1 and CS-RDSGW1 respectively
    Get-WindowsFeature | ? { $.Installed } | Select Name | ForEach-Object { $.Name } | Out-File c:\temp\Features.txt

    "it pops up with reboot pending on installation window "
    3.If we do clean boot for this problematical server and install MSMQ, will the same issue happen?
    How to perform a clean boot in Windows
    https://support.microsoft.com/en-us/topic/how-to-perform-a-clean-boot-in-windows-da2f9573-6eec-00ad-2f8a-a97a1807f3dd

    106058-1.png

    ============================================

    If the Answer 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.


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.