Ubuntu: Install a Remote Desktop Server with XRDP

In this tutorial, I will explain how to install xRDP in order to have a remote desktop server (or rather a service) on Ubuntu. The purpose of this installation is not to make a remote desktop farm so that several users can connect to it simultaneously, but to be able to take control of Ubuntu …

Read more

RDS farm add host to collection

In this article, I’ll walk you through how to add a Remote Desktop session host to a collection. This tutorial follows on from : Deploy an RDS Farm Windows 2012R2/2016/2019. Prerequisite Have a server ready to be added to the RDS farm in the Active Directory domain Fixed IP. same apps installed (if possible). same …

Read more

Remote Desktop without Active Directory: installation and configuration

Introduction In this tutorial, I will explain how to install and configure remote desktop on Windows Server without Active Directory environment. This solution does not allow full use of the Remote Desktop solution, but helps provide a working environment for users. What you cannot do: Multi-server farm Collections management RemoteApp No broker No centralized administration …

Read more

VDI: installation and configuration with Windows Server

In this tutorial, I will explain how to install and configure a VDI (Virtual Desktop Infrastructure) environment. Before getting to the heart of the matter, I will quickly present to you what a virtual office infrastructure is and especially the difference with an RDS environment. The main difference between VDI and an RDS farm is …

Read more

RDS gateway : installation and configuration

Presentation of the RDS gateway In this tutorial, we are going to install, configure and use an RDS gateway without deploying an RDS farm. In an environment mainly consisting of Windows server, the use of the RDS gateway is a means of setting up remote access for the IT server. It is not necessary to …

Read more

Windows 10: use the Remote Desktop app

Presentation In this tutorial, we will see how to use the Remote Desktop application available in the application store. The application is also available for Android and Iphone The Remote Desktop application available in application stores, manages Remote Desktop connections and supports RemoteApp. On Windows 10, it replaces the default RDP link. Installing the Remote …

Read more

GPO: Configure SSO on RDS Connections

Résumé de la GPO

Presentation In this article, we’ll see how to set up Single Sign-on (SSO) on Remote Desktop (RDS) connections using a GPO. This solution eliminates the need for users to re-enter their login to connect to an RDS server or RemoteApp connections. Policy Configuration – GPO Ouvrir la console de Gestion des stratégies de groupes, sélectionner …

Read more

Connecting to Remote Desktop Session Host servers by the Broker

Problem If you followed the article: Setting up an RDS farm under Windows 2012R2/2016, the client connection configuration is done using a Round Robin on the DNS. What happens if the server returned by the DNS is offline? The connection will not succeed and an error message is displayed. Solution: Establish a connection through the …

Read more

RDS: reduce the logon time with Asynchronous processing

Policy

Introduction Before I explain how to optimize the opening of sessions on your RDS servers, I will explain the operation. By default, since Windows XP, the group policy processing mode is asynchronous, that is, the user’s session is opened until the group policies are applied after which the task is loaded. work environment faster. However, …

Read more