Windows server 2019 removing remoteApp (Remote Desktop deployment)

Roman Labovský 0 Reputation points
2023-02-23T13:50:57.3866667+00:00

deployment

Hello,

I installed Remote Desktop Services respectively remoteApp on Windows server 2019 for remoteapp (according to https://www.youtube.com/watch?v=ZVpTcWw7bKE). How Can I remove all this installed parts respectively all remoteApp respectively Remote Desktop deployment? I want to remove all parts from the picture. Thank you.

Windows for business | Windows Client for IT Pros | User experience | Remote desktop services and terminal services
Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Limitless Technology 44,766 Reputation points
    2023-02-24T12:19:09.7866667+00:00

    Hello

    Thank you for your question and reaching out. I can understand you are having query\issues related to Removing of RDS.

    Go to Server Manager -- Manage -- Remove roles and features -- follow wizard, remove all RDS Role Services, restart.

    Also you can run below Powershell to Remove all roles

    Remove-RDServer -Server "myserver.mydom.local -Role "RDS-VIRTUALIZATION"

    -Role

    Specifies an RDS role service name. The acceptable values for this parameter are:

    RDS-VIRTUALIZATION. Remote Desktop Virtualization Host (RD Virtualization Host).

    RDS-RD-SERVER. Remote Desktop Session Host (RD Session Host).

    RDS-CONNECTION-BROKER. RD Connection Broker.

    RDS-WEB-ACCESS. Remote Desktop Web Access (RD Web Access).

    RDS-GATEWAY. Remote Desktop Gateway (RD Gateway).

    RDS-LICENSING. Remote Desktop Licensing (RD Licensing).

    Reference :

    https://social.technet.microsoft.com/Forums/ie/en-US/95fd8fb1-1fc5-4a20-b846-92e575427441/how-to-remove-remote-desktop-services?forum=winserverTS

    https://learn.microsoft.com/en-us/powershell/module/remotedesktop/remove-rdserver?view=windowsserver2016-ps

    --If the reply is helpful, please Upvote and Accept as answer--

    0 comments No comments

  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

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.